png-db 0.1.2

A database that stores JSON data rows as compressed text within the zTXt chunks of PNG image files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "@jonaylor89/png-db",
  "version": "0.1.0",
  "private": true,
  "description": "A database that stores JSON data rows as compressed text within the zTXt chunks of PNG image files",
  "scripts": {
    "build": "./build-wasm.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonaylor89/png-db.git"
  },
  "license": "MIT"
}