0.0.0 • Published 8 years ago

zillion v0.0.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
8 years ago

preview.gif

zillion

NPM version Build Status codecov Standard - JavaScript Style Guide

wip

Usage

Instead of installing from npm, you can use the standalone build (UMD module) by adding the script tag to your HTML. But if you do, you'll also need to include the dependencies separately.

<!-- Include as 'window.Zillion' -->
<script src="https://unpkg.com/zillion/dist/index.js"></script>

<!-- Sample usage -->
<script>
  window.Zillion.init({})
</script>