You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Use this tool to move your interactive animations from stylesheets to JavaScript
7
7
8
8
## Great! So how do I use it?
9
9
10
-
- Install keyframes-tool using `npm install keyframes-tool` or adding it in your `package.json` as: `"devDependencies": { "keyframes-tool": "^1.0.0" }` and run `npm install`.
10
+
- Install keyframes-tool using `npm install keyframes-tool` or adding it in your `package.json` as: `"devDependencies": { "keyframes-tool": "^1.0.2" }` and run `npm install`.
11
11
- Run command line in your keyframes-tool directory and enter `node keyframes-tool ./input.css ./output.json`,
12
12
where as first argument `./input.css` is the CSS source file to process and the second argument `./output.json` is the destination file with the converted result.
13
13
Paths should be relative to `keyframes-tool.js` file location.
0 commit comments