Skip to content

Instantly share code, notes, and snippets.

View rokotyan's full-sized avatar

Nikita Rokotyan rokotyan

View GitHub Profile
@rokotyan
rokotyan / .block
Last active January 13, 2023 17:24 — forked from pbeshai/.block
Animate 100K points with canvas and D3 using getImageData and putImageData
license: mit
height: 620
border: no
@rokotyan
rokotyan / colorCollection.js
Created August 11, 2016 17:05
A collection of different color palettes as javascript objects
var colorCollection = [{ name: 'Giant Goldfish',
colors: ['#69D2E7',
'#A7DBDB',
'#E0E4CC',
'#F38630',
'#FA6900'] // Giant Goldfish
},
{ name: 'Cardsox',
colors: ['#E94C6F',
'#542733',
@rokotyan
rokotyan / .block
Last active December 12, 2023 13:07
Export SVG D3 visualization to PNG or JPEG
license: mit