Skip to content

Simple utility to break apart animated SVG Images into individual frames

License

Notifications You must be signed in to change notification settings

dabruhce/AnimatedSVGFramesToImages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capture SVG Animation

Capture SVG Animation is a tool to capture SVG animations as a sequence of images using Puppeteer.

Installation

  1. Clone this repository: ```bash git clone https://github.com/dabruhce/capturesvganimation.git ```

  2. Install the required dependencies: ```bash cd capturesvganimation npm install ```

Usage

  1. Modify the app.js file to specify the options for capturing the SVG animation.

  2. Run the captureAnimation function in the test.js file: ```bash npm start ```

  3. To delete and recreate the artifacts directory, run the following command: ```bash npm run reset ```

License

This project is licensed under the MIT License.

About

Simple utility to break apart animated SVG Images into individual frames

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published