Manage sequences of frame numbers
npm install @conductortech/seq
# OR
yarn add @conductortech/seqimport Sequence from "@conductortech/seq"
s = Sequence("1-10x2")
s.first();
> 1
s.last();
> 10
git clone git@github.com:ConductorTechnologies/seq.git
yarn
Trasnpiles into ./dist/index.html
yarn build
Tests the code in ./dist/index.html (not ./src/index.html)
yarn test
yarn doc
Then open ./doc/index.html in a browser.