0.2.2 • Published 2 years ago

path_animate_simple v0.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Gallery of path animations

path_aminate_simple

auth: wwmin

installation

npm i path_animate_simple --save

or just from cdn

<script src="https://cdn.jsdelivr.net/npm/path_animate_simple@{replace-version}/dist/index.js" type="module"></script>

Usage

import pathAnimateSimple from "path_animate_simple";

Contributing

usage typescript

  1. global install typesciprt
npm install -g typescript
  1. Manually convert ts to js
tsc xxx.ts
  1. vscode automatically converts ts to js after configuration
tsc --init

The tsconfig.json file is generated Open the tsconfig.json file, modify the contents as needed, you can save ts to a specific location can be modified '"outDir": "Store the storage path of the generated js"', Select 'run build task' in terminal, then select 'tsc:watch - tsconfig.json', after listening, you can write the ts code directly, After pressing Save, the generated js code will be automatically updated

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago