first commit

This commit is contained in:
2026-09-08 20:28:54 +08:00
commit 2ada8d3d5a
37380 changed files with 4886169 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"name": "jpeg-js",
"version": "0.3.7",
"description": "A pure javascript JPEG encoder and decoder",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/jpeg-js"
},
"keywords": [
"jpeg",
"jpg",
"encoder",
"decoder",
"codec",
"image",
"javascript",
"js"
],
"author": "Eugene Ware <eugene@noblesamurai.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/jpeg-js/issues"
},
"dependencies": {},
"devDependencies": {
"redtape": "~0.1.0",
"tape": "~2.3.2"
}
}