memory-extract 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/README.md +4 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # memory-extract
2
2
 
3
- Embed files into a PNG image and open them back from the PNG alone.
4
-
5
- Use it to ship static sites, single assets or small apps as portable `.png` cartridges. The image still opens as a normal PNG and the payload lives in a custom chunk inside the file.
3
+ Embed files into a PNG image and open them back from the PNG alone
6
4
 
7
5
  ## Install
8
6
 
@@ -59,7 +57,7 @@ memory-play App.png
59
57
 
60
58
  ## Library
61
59
 
62
- Browser exports:
60
+ Browser exports
63
61
 
64
62
  ```js
65
63
  import {
@@ -72,12 +70,12 @@ import {
72
70
 
73
71
 
74
72
 
75
- Node helpers:
73
+ Node helpers
76
74
 
77
75
  ```js
78
76
  import { embedMemory, encodeMemoryPayload } from "memory-extract/node";
79
77
  import { guessMimeType, encodeV2Archive } from "memory-extract/payload";
80
78
  ```
81
79
 
82
- `createMemoryBlob()` is for in-browser launch via blob URLs. The CLI uses HTTP or `file://` instead.
80
+ `createMemoryBlob()` is for in-browser launch via blob URLs and the CLI uses HTTP or `file://`
83
81
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "memory-extract",
3
3
  "description": "Tool for embedding data into PNG images",
4
4
  "license": "MIT",
5
- "version": "0.1.5",
5
+ "version": "0.1.6",
6
6
  "author": "semigarden",
7
7
  "repository": {
8
8
  "type": "git",