ph-autofit
v1.0.1
Published
autofit responsive helper
Downloads
3
Readme
🚀 Welcome to your new awesome project!
This project has been created using webpack-cli, you can now run
npm i ph-autofit
usage
import PhAutofit from 'ph-autofit'
type Listener = (root-font-size:number)=>void
interface PhAutofit{
watch:(fn?:Listenr)=>void
unwatch:(fn?:Listenr)=>void
}