npm.io
1.0.1 • Published 4 years ago

ph-autofit

Licence
Version
1.0.1
Deps
2
Size
2 kB
Vulns
0
Weekly
0

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
}