codrops / Arctext

While CSS3 allows us to rotate letters, it is quite complicated to arrange each letter along a curved path. Arctext.js is a jQuery plugin that let's you do exactly that. Based on Lettering.js, it calculates the right rotation of each letter and distributes the letters equally across the imaginary arc of the given radius.
181 stars 62 forks source link

add bower support / Issue #1 #2

Closed R4c00n closed 9 years ago

R4c00n commented 9 years ago

Added Bower support

bower install arctext-js

Will remove bower package with forked repo as soon as this PR was merged, so it can be registered with the original one instead.

bower register arctext-js git://github.com/codrops/Arctext
R4c00n commented 9 years ago

Thanks for the merge, I've removed my forked bower package and added the original one instead.