davatron5000 / FitText.js

A jQuery plugin for inflating web type
http://fittextjs.com
6.75k stars 1.39k forks source link

NPM registry #161

Open nicooprat opened 7 years ago

nicooprat commented 7 years ago

Would be great to publish this plugin on NPM ;) Bower is so 2016!

Thanks.

shelldandy commented 7 years ago

@nicooprat i needed this package in npm as well as with es6 style so i registered on npm the author is free to take it if/when they need to:

https://www.npmjs.com/package/fittextjs

so you do

import $ from 'jquery'
import 'fittextjs'

$("#selector").fitText()
nicooprat commented 7 years ago

Thanks!

maxjf1 commented 7 years ago

NPM version would be great!

shelldandy commented 7 years ago

@maxjf1 its what i just posted: https://www.npmjs.com/package/fittextjs

shelldandy commented 7 years ago

@maxjf1

npm install --save fittextjs