UNPKG

textmode.js

Version:

textmode.js is a lightweight creative coding library for creating real-time ASCII art on the web.

73 lines (72 loc) 1.99 kB
{ "name": "textmode.js", "version": "0.8.1", "description": "textmode.js is a lightweight creative coding library for creating real-time ASCII art on the web.", "type": "module", "types": "./dist/types/index.d.ts", "main": "./dist/textmode.umd.js", "module": "./dist/textmode.esm.js", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/textmode.esm.js", "require": "./dist/textmode.umd.js" } }, "scripts": { "dev": "vite --port 5177 --host", "build": "vite build && tsc", "build:full": "vite build && tsc", "build:docs": "typedoc", "dev:docs": "typedoc --watch", "preview": "vite preview", "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run", "test:coverage": "vitest --coverage", "format": "prettier --write \"src/**/*.{ts,js}\"", "format:check": "prettier --check \"src/**/*.{ts,js}\"" }, "devDependencies": { "@mapwhit/glsl-minify": "^1.0.0", "@rollup/plugin-terser": "^0.4.4", "@types/jsdom": "^21.1.7", "@types/node": "^24.0.13", "@vitest/ui": "^3.1.2", "jsdom": "^26.1.0", "prettier": "^3.7.4", "terser": "^5.43.1", "tslib": "^2.8.1", "typedoc": "^0.28.13", "typedoc-plugin-markdown": "^4.7.0", "typedoc-vitepress-theme": "^1.1.2", "typescript": "^5.9.2", "vite": "^6.3.4", "vite-plugin-glsl": "^1.5.1", "vitest": "^3.1.2" }, "repository": { "type": "git", "url": "git+https://github.com/humanbydefinition/textmode.js.git" }, "keywords": [ "ascii", "petscii", "textmode", "canvas", "webgl", "creative-coding", "art", "design", "graphics" ], "author": "humanbydefinition", "license": "MIT", "bugs": { "url": "https://github.com/humanbydefinition/textmode.js/issues" }, "homepage": "https://code.textmode.art", "files": [ "dist" ] }