Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.
/ vizpack Public archive

Transform all HTML elements containing a graph description, from a HTML page, to SVG elements using Viz.js

License

Notifications You must be signed in to change notification settings

birros/vizpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vizpack

Transform all HTML elements containing a graph description, from a HTML page, to SVG elements using Viz.js.

Installation

Install with npm:

$ npm install vizpack

Usage

Command-line interface:

NAME:
    vizpack

SYNOPSIS:
    vizpack [options...] prefix input output

DESCRIPTION:
    Transform all HTML elements containing a graph description and whose class
    name starts with prefix to SVG elements using Viz.js.

OPTIONS:
    -V, --version  output the version number
    -q, --quiet    render silently
    -h, --help     output usage information

EXAMPLES:
    $ vizpack --quiet "language-viz-" input.html output.html

About

Transform all HTML elements containing a graph description, from a HTML page, to SVG elements using Viz.js

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published