@dasherchristmas/dasher-fseq
v1.0.2
Published
Dasher's internal fseq utilities
Downloads
2
Readme
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:
Uint4
Uint4Clamped
Uint8
Uint8Clamped
Uint12
- This one is an oddball only for compression block count.Uint16
Uint16Clamped
Uint24
Uint24Clamped
Uint32
Uint32Clamped
Uint64
- Though it does not currently support bigints.Uint64Clamped
Uint
- Anabstract class
used to make variants of different sizes.
The FSEQ
module used to turn Object data into a fseq buffer.