Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/a11y_color_contrast/deno.jsonc

A TypeScript package to calculate WCAG 2.0/3.0 and APCA color contrasts
Latest
File
{ "tasks": { "npm": "deno run -A ./build_npm.ts", "test": "deno test --ignore=npm/" }, "importMap": "import_map.json", "fmt": { "files": { "exclude": [ "npm/" ] }, "options": { "lineWidth": 120 } }, "lint": { "files": { "exclude": [ "npm/" ] } }}