phantomgif

0.1.0 • Public • Published

phantomgif

SVG/CSS to GIF converter based on PhantomJS

Install

Make sure you have installed the latest version of node.js

npm install phantomgif -g

You will also need to install imagemagick convert utility.

Usage

phantomgif [options] <file> [<target>]

The available options are:

    -h, --help            output usage information
    -V, --version         output the version number
    -r, --range <a>..<b>  [Required] Frames range (starting and ending frames for animation sequence)
    -z, --zoom <a>        Zoom level (defaults to 1)
    -f, --framerate <n>   Frame rate (defaults to 30 fps)
    -b, --background <c>  Background color
    -t, --transparent     Transform background color to transparent in resulting gif

Examples

phantomgif https://jxnblk.github.io/loading/loading-bubbles.svg --range 0..33 -z 2 -b '#069' -t

Package Sidebar

Install

npm i phantomgif

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • cyberbobs