Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6c4b32c

Browse files
author
Charoite Lee
committed
Update to canvas@2.9.3
1 parent 85ada8c commit 6c4b32c

File tree

13 files changed

+11
-9
lines changed

13 files changed

+11
-9
lines changed

‎README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ Since AWS Lambda is a secure and isolated runtime and execution environment, thi
2626

2727
[Konva](https://github.com/konvajs/konva) is a framework that enables high performance animations, transitions, node nesting, layering, filtering, caching, event handling for desktop and mobile applications, and much more.
2828

29+
> **Note:** From Canvas Layer v2.9.3 release, since konva-node package is deprecated, konva package is used directly through build script.
30+
2931
## Getting started
3032

3133
To get started, please visit https://github.com/charoitel/lambda-layer-canvas-nodejs/wiki/Getting-Started
3234

33-
Made with ❤️ by Charoite Lee. Available on the [AWS Serverless Application Repository](https://aws.amazon.com/serverless)
35+
Made with ❤️ by Charoite Lee and contributors. Available on the [AWS Serverless Application Repository](https://aws.amazon.com/serverless)

‎build-layer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99

1010
LAYER_NAME=canvas-nodejs
1111
LAYER_DESCRIPTION="AWS Lambda Layer with node-canvas and its dependencies packaged, provides a Cairo backed Mozilla Web Canvas API implementation with additional features."
12-
LAYER_VERSION=2.9.1
12+
LAYER_VERSION=2.9.3
1313
LAYER_AUTHOR="Charoite Lee"
1414

1515
# Remove packaged layer if exists
@@ -26,7 +26,7 @@ rm -rf node_modules package*.json ../package-lock.json
2626
npm init -y
2727
npm install canvas --build-from-source
2828
npm install fabric
29-
npm install konva-node
29+
npm install konva
3030
npm install mocha --save-dev
3131
jq --arg LAYER_NAME "$LAYER_NAME" --arg LAYER_DESCRIPTION "$LAYER_DESCRIPTION" --arg LAYER_VERSION "$LAYER_VERSION" --arg LAYER_AUTHOR "$LAYER_AUTHOR" '.name = $LAYER_NAME | .description = $LAYER_DESCRIPTION | .version = $LAYER_VERSION | .license = "MIT" | .author = $LAYER_AUTHOR | .scripts.test = "mocha"' package.json > package-tmp.json
3232
mv -f package-tmp.json package.json

‎lib/libblkid.so.1

0 Bytes
Binary file not shown.

‎lib/libc.so.6

112 Bytes
Binary file not shown.

‎lib/libexpat.so.1

16 Bytes
Binary file not shown.

‎lib/libgcc_s.so.1

0 Bytes
Binary file not shown.

‎lib/liblzma.so.5

-4.05 KB
Binary file not shown.

‎lib/libmount.so.1

0 Bytes
Binary file not shown.

‎lib/libstdc++.so.6

0 Bytes
Binary file not shown.

‎lib/libuuid.so.1

0 Bytes
Binary file not shown.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /