imgtotext
Version:
ImgToText is a concise library that converts any image/video into customizable text!
57 lines • 1.69 kB
JSON
{
"name": "imgtotext",
"version": "1.2.3",
"description": "ImgToText is a concise library that converts any image/video into customizable text!",
"author": {
"name": "Louis-Charles Biron",
"email": "louirlesbiron6@gmail.com",
"url": "https://github.com/Louis-CharlesBiron"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Louis-CharlesBiron/ImgToText"
},
"type": "module",
"main": "imgToText.min.js",
"browser": "imgToText.min.js",
"files": [
"imgToText.esm.js",
"imgToText.min.js",
"readme.md",
"LICENSE"
],
"exports": {
"import": "./imgToText.esm.js"
},
"bin": {
"imgtotext": "./bins/global.min.js",
"imgtotext-template": "./bins/createProjectTemplate.min.js",
"imgtotext-t": "./bins/createProjectTemplate.min.js",
"imgtotext-browser-template": "./bins/createBrowserProjectTemplate.min.js",
"imgtotext-bt": "./bins/createBrowserProjectTemplate.min.js",
"imgtotext-doc": "./bins/openDocumentation.min.js",
"imgtotext-documentation": "./bins/openDocumentation.min.js"
},
"homepage":"https://github.com/Louis-CharlesBiron/ImgToText",
"keywords": [
"image",
"img",
"to",
"text",
"txt",
"video",
"convert",
"converter",
"2",
"imgToText",
"img2Txt",
"imageToTextConverter",
"transform",
"canvas",
"javascript"
],
"dependencies": {
"cdejs": "^1.2.0"
}
}