https://github.com/arjun-g/css-to-apl-animation
Convert css keyframes to apl animateitem commands
https://github.com/arjun-g/css-to-apl-animation
Last synced: about 1 month ago
JSON representation
Convert css keyframes to apl animateitem commands
- Host: GitHub
- URL: https://github.com/arjun-g/css-to-apl-animation
- Owner: arjun-g
- License: mit
- Created: 2020-05-24T15:05:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:35:22.000Z (over 2 years ago)
- Last Synced: 2025-02-02T04:42:35.217Z (3 months ago)
- Language: JavaScript
- Size: 4.82 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSS to APL Animation
Convert css keyframes to apl animateitem commands## Usage
### Web
Convert directly from browser in - https://css-to-apl.voicefirst.tools/
### CLI
```
> npm install -g css-to-apl> css-to-apl ./style.css ./output.json
```