mirror of
https://github.com/kettek/png-js
synced 2025-03-14 06:24:30 -07:00
Add repo
This commit is contained in:
parent
85d8675a0e
commit
750eddb0fd
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@kettek/png-js",
|
||||
"name": "@kettek/png-js-palettized",
|
||||
"version": "1.2.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"name": "@kettek/png-js",
|
||||
"description": "A PNG decoder in ES6 JavaScript.",
|
||||
"name": "@kettek/png-js-palettized",
|
||||
"description": "A PNG decoder that supports palette manipulation.",
|
||||
"version": "1.2.0",
|
||||
"main": "dist/png-js.cjs.js",
|
||||
"module": "dist/png-js.es.js",
|
||||
"repository": "github:kettek/png-js",
|
||||
"browser": {
|
||||
"./dist/png-js.es.js": "./dist/png-js.browser.es.js",
|
||||
"./dist/png-js.cjs.js": "./dist/png-js.browser.cjs.js"
|
||||
|
|
Loading…
Reference in New Issue
Block a user