An open API service indexing awesome lists of open source software.

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

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
```