Skip to content

Commit 1ab9e94

Browse files
committed
add installation instructions
1 parent 1397dc0 commit 1ab9e94

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ Keyframes.Pathfinder
33

44
This plugin for Keyframes generates complex movement paths.
55

6+
Installation
7+
-----
8+
9+
```javascript
10+
import Pathfinder from '@keyframes/pathfinder';
11+
Keyframes.plugin(Pathfinder);
12+
```
13+
14+
Usage
15+
-----
16+
617
## Simple Bezier Curve
718
![](https://raw.githubusercontent.com/Keyframes/Keyframes.Pathfinder/6c225cfb/screenshots/a.png)
819

0 commit comments

Comments
 (0)