Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 430 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 430 Bytes

NutUI Touch Emulator

Touch Emulator for NutUI.

Codes refer to hammerjs/touchemulator

Install

# pnpm
pnpm add @nutui/touch-emulator

# npm
npm install @nutui/touch-emulator

# yarn
yarn add @nutui/touch-emulator

How to use

import '@nutui/touch-emulator'

CDN

<script src="https://cdn.jsdelivr.net/npm/@nutui/touch-emulator"></script>