Skip to content

Commit 3d8a13f

Browse files
committed
chore: sync master changes
2 parents 38a4808 + 5cc4758 commit 3d8a13f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ binaries for decoding and encoding.
3939

4040
### Example
4141

42+
Check out one of these examples:
43+
* **NodeJS**: [README image generation](https://github.com/matmen/ImageScript/blob/master/tests/readme.js)
44+
* **Deno**: [README image generation](https://github.com/matmen/ImageScript/blob/deno/tests/readme.js)
45+
* **Browser**: [Grayscale Conversion Example Page](https://github.com/matmen/ImageScript/blob/browser/example/index.html) (via CDN)
46+
4247
[![Example](https://github.com/matmen/ImageScript/raw/master/tests/targets/readme.png)](https://github.com/matmen/ImageScript/blob/master/tests/readme.js)
4348

4449
---

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imagescript",
3-
"version": "1.2.16",
3+
"version": "1.2.17",
44
"description": "zero-dependency javascript image manipulation",
55
"main": "ImageScript.js",
66
"types": "ImageScript.d.ts",

0 commit comments

Comments
 (0)