scriptimate
scriptimate copied to clipboard
OpenSource SVG animation tool: Animate qualitative SVG files (e.g. exported from Figma or any other vector image editor) with simple scripting language and compile them into WEBM/MP4/GIF
Full disclosure, I tried to make this work by creating a dummy group: ```text define_group _: animate_100 pause ``` and then used `run_groups_together _` which works out fairly well and...
I am creating an animation where multiple messages (envelope svg) are moving around in a system. I would like to be able to use a single svg file but have...
This fixes an error that occurs if the tool is run without a `frames` folder existing already. Resolves #6
Running the tool in a location where the `frames/` sub-folder doesn't already exists results in the following error: ```console [Error: ENOENT: no such file or directory, stat './/frames'] { errno:...
If no `translations.yml` file is present in the working directory the following error message is printed: ```console Running without translations.yml [Error: ENOENT: no such file or directory, open './/translations.yml'] {...