@latitudelabs/webgl-heatmap-ts
v0.2.6
Published
An optimization of @pyalot WebGL Heatmap project - https://github.com/pyalot/webgl-heatmap
Downloads
2,169
Readme
WebGL Heatmap Plus
An optimization of Florian Boesch's WebGL Heatmap project - written in Typescript, built into esm and commonjs and released on npmjs.
Motivation
- Remove references to
experimental-webgl
. - Make it modular and maintainable
- Rewrite it in Typescript
- Eventually upgrade to WebGL 2
Installation
# yarn
yarn add webgl-heatmap-ts
# pnpm
pnpm install webgl-heatmap-ts
# npm
npm install --save webgl-heatmap-ts
Continue here for API and usage guide.