const fs = require('fs');
const converter = require('./src/index');
const buffer = fs.readFileSync('./new_file_4.riv');
const animationsData = converter(buffer);
animationsData.forEach((anim, index) => {
fs.writeFile(
`./data_rive_${index}.json`,
JSON.stringify(anim, null, 2),
() => {},
);
})
-
Notifications
You must be signed in to change notification settings - Fork 3
License
rive-app/rive-lottie
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published