enpixelate 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/index.js +3 -0
- package/package.json +14 -0
package/README.md
ADDED
package/index.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "enpixelate",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Convert code screenshots to clean, runnable source files",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"keywords": ["ocr", "code", "screenshot", "extract"],
|
|
7
|
+
"author": "John Price II <admin@enpixelate.io>",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"homepage": "https://enpixelate.io",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/enpixelate-io/enpixelate"
|
|
13
|
+
}
|
|
14
|
+
}
|