Skip to content

ConductorTechnologies/seq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seq

Manage sequences of frame numbers

Install

npm install @conductortech/seq

# OR

yarn add @conductortech/seq

Usage

import Sequence from "@conductortech/seq"

s = Sequence("1-10x2")

s.first();
> 1

s.last();
> 10

Dev

git clone git@github.com:ConductorTechnologies/seq.git

yarn

Build

Trasnpiles into ./dist/index.html

yarn build

Test

Tests the code in ./dist/index.html (not ./src/index.html)

yarn test

Generate Docs

yarn doc

Then open ./doc/index.html in a browser.

About

Manage sequences of frame numbers

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors