@appmockup/node-render 0.2.0 → 0.2.2

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @appmockup/node-render
2
2
 
3
- Node adapter for [AppMockup](https://github.com/yakupbulbul/AppMockup). Wraps
3
+ Node adapter for [AppMockup](https://github.com/yakupbulbul/appmockup). Wraps
4
4
  [`@appmockup/core`](https://www.npmjs.com/package/@appmockup/core) with a
5
5
  [`@napi-rs/canvas`](https://github.com/Brooooooklyn/canvas) context (Skia, prebuilt
6
6
  binaries — no system libraries required), bundled fonts, image decode/encode, and batch
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@appmockup/node-render",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Node adapter for @appmockup/core: fonts, image decode, PNG encode, batch generation via @napi-rs/canvas.",
5
5
  "license": "MIT",
6
6
  "author": "Yakup Bülbül",
7
7
  "keywords": ["app-store", "screenshots", "mockup", "canvas", "napi-rs"],
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/yakupbulbul/AppMockup.git",
10
+ "url": "https://github.com/yakupbulbul/appmockup.git",
11
11
  "directory": "packages/node-render"
12
12
  },
13
- "homepage": "https://github.com/yakupbulbul/AppMockup#readme",
14
- "bugs": "https://github.com/yakupbulbul/AppMockup/issues",
13
+ "homepage": "https://yakupbulbul.github.io/appmockup/",
14
+ "bugs": "https://github.com/yakupbulbul/appmockup/issues",
15
15
  "publishConfig": { "access": "public" },
16
16
  "type": "module",
17
17
  "main": "./dist/index.js",