A modern JavaScript utility library.
English | 简体中文
npm i @fujia/hammer
# or use yarn
yarn add @fujia/hammer
You can import the generated bundle to use the whole library generated by this starter:
import _ from '@fujia/hammer'
Additionally, you can import a single function to use:
import { isUndef, scrollbarWidth } from '@fujia/hammer';
Learn more about using @fujia/hammer:
- Simple to use
- Extensive functions
- Clear semantics
git clone git@github.com:fujia-dev/hammer.git
cd hammer
npm install