Skip to main content
Module

x/color_hash/Makefile

Generate color based on the given string (using HSL color space and SHA256).
Latest
File
test: deno test build: mkdir -p dist deno bundle mod.ts > dist/bundle.js npx tsc --target es2015 --allowJs dist/bundle.js --outDir tmp cp tmp/bundle.js dist/esm.js rm -rf tmp npx tsc --module commonjs --allowJs dist/bundle.js --outDir tmp cp tmp/bundle.js dist/color-hash.js rm -rf tmp