glsl-token-descope(latest: 1.0.2) "Descope" an array of GLSL tokens such that they can be safely inlined alongside within another shader without causing any global variable conflicts.
glsl-token-properties(latest: 1.0.1) Takes an array of GLSL tokens and determines whether or not they're a property of another identifier
glsl-token-string(latest: 1.0.1) Converts an array of GLSL tokens to a plain source string
glsl-token-defines(latest: 1.0.0) Retrieve the values defined with preprocessor statements in a selection of GLSL tokens
glsl-token-depth(latest: 1.1.2) Determine the scope depth of an array of GLSL tokens
clipboard-dom(latest: 0.0.6) Copy-to-Clipboard on a DOM element
glsl-scale-log(latest: 1.0.0) A logarithmic scale for glslify
color-tool(latest: 1.0.3) Multipurpose color picker component
glsl-pi(latest: 1.0.0) π available at your convenience for use within glslify
glsl-token-extension-dedupe(latest: 1.0.0) Given a series of GLSL tokens, dedupes any extension declarations and places them at the top of the shader source
start-app(latest: 1.4.6) Create demo page for an audio-component
glsl-token-function-shaker(latest: 1.0.0) Shakes out any unused functions from your GLSL shaders. Especially useful alongside tools such as [glslify](https://github.com/stackgl/glslify).
aligner(latest: 1.0.13) Align elements just like photoshop/illustrator does
placer(latest: 1.0.15) Place any element relative to any other element the way you define
glsl-token-assignments(latest: 2.0.2) Take an array of GLSL tokens and determine which tokens are either assignments or variable declarations.
glslify-hex(latest: 2.1.1) A transform stream for [glslify](http://github.com/chrisdickinson/glslify) that replaces CSS-style hexadecimal colors with `vec3/vec4` definitions.
polygon-clean(latest: 1.0.1) Clean polygon coordinates: remove duplicate, collinear, empty points, make sure polygon is not degenerate.
parse-poly(latest: 1.0.1) Parse any input polygon or polyline format
polyline-clean(latest: 3.0.1) Clean polygon or polyline coordinates: remove duplicates, collinear or degenerate segments, holes, trim etc.
sample-rate(latest: 2.0.1) List of common sample rates
string-split-by(latest: 1.0.0) Split string by any separator excluding brackets, quotes and escaped characters
font-atlas-sdf(latest: 2.0.0) Populate a <canvas> with SDF font texture atlas
css-font(latest: 1.2.0) Parse or stringify CSS font property.
font-atlas(latest: 2.1.0) Populate a <canvas> element with a font texture atlas
detect-kerning(latest: 2.1.2) Calculate kerning table of a font
font-measure(latest: 1.2.2) Calculate metrics of a font
debounce(latest: 1.2.0) Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked
gl-select-box(latest: 1.0.4) Draws a user selection over the screen
gl-spikes3d(latest: 1.0.10) gl-spikes3d =========== Draws axis spikes compatible with gl-axes3d. This can be useful to illustrate selections or specific points in a point cloud