@stitchjs/core
An experimental 2D graphics library for building applications with the Canvas API
An experimental 2D graphics library for building applications with the Canvas API
Generates 2D Pixelated Images of Planets
Apply a binary callback to elements in two two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
Apply a binary callback to elements in two broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a two-dimensional nested output array.
Return an element from a two-dimensional nested array.
Reverse the order of elements along the last dimension of a two-dimensional nested input array.
Reverse the order of elements along the first dimension of a two-dimensional nested input array.
Apply a function to elements in a two-dimensional nested input array and assign results to elements in a new two-dimensional nested output array.
Apply a binary callback to elements in two two-dimensional nested input arrays according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
Create a filled two-dimensional nested array.
Create a filled two-dimensional nested array according to a provided callback function.
Flatten a two-dimensional nested array.
Flatten a two-dimensional nested array according to a callback function.
Create a zero-filled two-dimensional nested array.
Apply a unary callback to elements in a two-dimensional nested input array according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
Create a two-dimensional nested array filled with ones.