@codingkiwi/spook

1.2.0 • Public • Published

This is by no means near to being finished, just trying around with npm

Docs

Usage

npm @codingkiwi/spook

npm i @codingkiwi/spook

node.js

const { Grid } = require("@codingkiwi/spook");

webpack

 //use modules directly for tree shaking
import { Grid } from "@codingkiwi/spook/src";

//or use the whole transpiled library
import { Grid } from "@codingkiwi/spook";

browser

<script src="dist/spook.min.js"></script>
<script>
    let grid = new Spook.Grid(16, 16);
</script>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.00latest

Version History

VersionDownloads (Last 7 Days)Published
1.2.00
1.1.10
1.1.00
1.0.100
1.0.91
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.10
1.0.00
0.0.20
0.0.10

Package Sidebar

Install

npm i @codingkiwi/spook

Weekly Downloads

1

Version

1.2.0

License

GNU GPLv3

Unpacked Size

117 kB

Total Files

33

Last publish

Collaborators

  • codingkiwi