File: package.json

Recommend this page to a friend!
  Classes of Dom Hastings   JS Image to ANSI   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JS Image to ANSI
Convert an image pixels to ANSI colour codes
Author: By
Last change: Filtered input for image files
Date: 1 month ago
Size: 814 bytes
 

Contents

Class file image Download
{ "name": "image-to-ansi", "version": "0.3.1", "description": "A site to convert an image into ANSI.", "scripts": { "build": "npm run build:esbuild", "build:esbuild": "node esbuild.js prod", "build:watch": "node esbuild.js dev watch" }, "repository": { "type": "git", "url": "git+https://github.com/dom111/image-to-ansi.git" }, "author": "dom111", "license": "MIT", "bugs": { "url": "https://github.com/dom111/image-to-ansi/issues" }, "homepage": "https://github.com/dom111/image-to-ansi#readme", "dependencies": { "@types/xterm": "^3.0.0", "bootstrap": "^5.1.3", "esbuild": "^0.12.1", "esbuild-plugin-prettier": "^1.0.0", "esbuild-sass-plugin": "^1.4.0", "prettier": "^2.3.0", "xterm": "^4.16.0", "xterm-addon-fit": "^0.5.0" } }