1.0.2 • Published 4 years ago
@dasherchristmas/dasher-fseq v1.0.2
dasher-fseq
Please ignore versions 1.0.0 and 1.0.1, npm was being troublesome.
Dasher's internal fseq utilities.
Built with extensive help from CaptainMurdoch on the FalconChristmas forums
intended only for use in the Dasher Christmas Light Sequencer (not yet released).
Exports provided
The Colors utility object that contains the numerical codes for different color channel orders and methods to convert between these codes and strings and vice versa - currently unused by the library.
The Uint object that contains the Unsigned integer classes used to limit number sizes. Uint subclasses included:
Uint4Uint4Clamped
Uint8Uint8Clamped
Uint12- This one is an oddball only for compression block count.Uint16Uint16Clamped
Uint24Uint24Clamped
Uint32Uint32Clamped
Uint64- Though it does not currently support bigints.Uint64Clamped
Uint- Anabstract classused to make variants of different sizes.
The FSEQ module used to turn Object data into a fseq buffer.