deterministic gradient generation from an ethereum address.
supports linear and radial gradients.
This package is intended to support both server and browser image generation.
For browser usage, import from /browser
For server usage, import from /server (Node compatabile)
To install dependencies:
bun installTo run:
bun run index.tsThis project was created using bun init in bun v1.1.20. Bun is a fast all-in-one JavaScript runtime.