Which graphic library to choose with Meteor?

I’ve wrote an application with meteor to drive paper cars : http://www.pathdriver.org, you can see it in action in this video :
I’ve use for it meteor 1.1 (upgrade to meteor 1.2) + blaze + Meteoric. It was my first meteor application so i’ve made many mistakes while writing it.
Anyway, it works very well but the style is not good for a game, so i’d like to rewrite my application with meteor 1.3 + React. But i need a good looking library for the frontend.
But, which library to choose to work with SVG and Meteor ? Pixi ? Snap ? Other ? Other than SVG library ?
Thanks in advance,
Cyprien