p5.asciify-accurate-renderer-plugin
Version:
A p5.asciify renderer plugin that converts textures into accurate ASCII representations.
52 lines (51 loc) • 1.39 kB
JSON
{
"name": "p5.asciify-accurate-renderer-plugin",
"version": "1.0.1",
"description": "A p5.asciify renderer plugin that converts textures into accurate ASCII representations.",
"type": "module",
"types": "./dist/types/AccurateRendererPlugin.d.ts",
"main": "./dist/p5.asciify-accurate-renderer-plugin.umd.js",
"module": "./dist/p5.asciify-accurate-renderer-plugin.esm.js",
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "~5.8.3",
"vite": "^6.3.5",
"vite-plugin-glsl": "^1.3.1",
"@types/p5": "^1.7.6"
},
"dependencies": {
"p5.asciify": "^0.9.5"
},
"exports": {
".": {
"types": "./dist/types/AccurateRendererPlugin.d.ts",
"import": "./dist/p5.asciify-accurate-renderer-plugin.esm.js",
"require": "./dist/p5.asciify-accurate-renderer-plugin.umd.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/humanbydefinition/p5.asciify-accurate-renderer-plugin.git"
},
"keywords": [
"p5",
"p5js",
"p5-library",
"p5.asciify",
"ascii",
"textmode"
],
"author": "humanbydefinition",
"license": "MIT",
"bugs": {
"url": "https://github.com/humanbydefinition/p5.asciify-accurate-renderer-plugin/issues"
},
"homepage": "https://p5.textmode.art",
"files": [
"dist"
]
}