@conductortech/seq

1.0.0 • Public • Published

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

Full documentation here

/@conductortech/seq/

    Package Sidebar

    Install

    npm i @conductortech/seq

    Weekly Downloads

    3

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    1.07 MB

    Total Files

    34

    Last publish

    Collaborators

    • danconductor
    • hoolymama