FitText.js icon indicating copy to clipboard operation
FitText.js copied to clipboard

NPM registry

Open nicooprat opened this issue 8 years ago • 5 comments
trafficstars

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

Thanks.

nicooprat avatar Mar 27 '17 08:03 nicooprat

@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()

shelldandy avatar Apr 18 '17 23:04 shelldandy

Thanks!

nicooprat avatar Apr 19 '17 05:04 nicooprat

NPM version would be great!

maxjf1 avatar Apr 19 '17 17:04 maxjf1

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

shelldandy avatar Apr 19 '17 17:04 shelldandy

@maxjf1

npm install --save fittextjs

shelldandy avatar Apr 19 '17 17:04 shelldandy