1.0.1 • Published 3 years ago

ph-autofit v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

🚀 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
}