Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

mdaines/viz-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Viz.js Examples

Rollup

Viz.js using a Web Worker, bundled with Rollup.

cd rollup
yarn install
yarn build

Then serve the rollup/dist directory over HTTP.

Rollup (No Worker)

Viz.js using a Web Worker, bundled with Rollup.

cd rollup-no-worker
yarn install
yarn build

Then serve the rollup/dist directory over HTTP.

Script Tag

Viz.js with and without using a Web Worker.

cd script-tag
yarn install

For the worker.html example, make sure the script-tag directory is served over HTTP.

Webpack

Viz.js using a Web Worker, bundled with Webpack.

cd webpack
yarn install
yarn build

Then serve the webpack/dist directory over HTTP.

Webpack (No Worker)

Viz.js without using a Web Worker, bundled with Webpack.

cd webpack-no-worker
yarn install
yarn build

Then serve the webpack/dist directory over HTTP.

Releases

No releases published

Packages

No packages published