# ph-autofit

> autofit responsive helper

Latest version **1.0.1** (published 2021-09-19) · 0 weekly downloads

## Install

```sh
npm install ph-autofit
pnpm add ph-autofit
yarn add ph-autofit
bun add ph-autofit
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2021-09-19 |
| First published | 2021-08-29 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 2.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | phoeon |

## Links

- npm: https://www.npmjs.com/package/ph-autofit
- npm.io page: https://npm.io/package/ph-autofit

## Dependencies (2)

- [ph-evt](https://npm.io/package/ph-evt.md) ^1.0.0
- [ph-util](https://npm.io/package/ph-util.md) ^1.0.0

## Recent versions

- 1.0.1 (latest) — 2021-09-19
- 1.0.0-beta.0 (beta) — 2021-09-03
- 1.0.0 — 2021-08-29

## README

# 🚀 Welcome to your new awesome project!

This project has been created using **webpack-cli**, you can now run

```
npm i ph-autofit
```

usage

``` typescript

import PhAutofit from 'ph-autofit'

type Listener = (root-font-size:number)=>void
interface PhAutofit{
    watch:(fn?:Listenr)=>void
    unwatch:(fn?:Listenr)=>void
}

```

---
_Source: https://npm.io/package/ph-autofit · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
