Skip to content

Commit 2e5d171

Browse files
author
EC2 Default User
committed
Update dependencies and add SVG support
1 parent 6cc1aa1 commit 2e5d171

File tree

232 files changed

+14612
-15367
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+14612
-15367
lines changed

build-layer.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
rm ../canvas-nodejs_v2.8.0.zip
1+
cd nodejs
2+
rm -rf node_modules package*.json
3+
npm init -y
4+
npm install canvas --build-from-source
5+
npm install mocha --save-dev
6+
cp package-lock.json ..
7+
cd ..
8+
rm ../canvas-nodejs_v2.8.0.zip
29
zip -r ../canvas-nodejs_v2.8.0.zip . -x "LICENSE" "README.md" ".git*" "nodejs/test/*" "*.yml" "build-layer.sh"

lib/libcairo-script-interpreter.so.2

142 KB
Binary file not shown.

lib/libcairomm-1.0.so.1

155 KB
Binary file not shown.

lib/libcap-ng.so.0

23.4 KB
Binary file not shown.

lib/libcap.so.2

19.5 KB
Binary file not shown.

lib/libcroco-0.6.so.3

230 KB
Binary file not shown.

lib/libgdk_pixbuf-2.0.so.0

158 KB
Binary file not shown.

lib/libgio-2.0.so.0

1.6 MB
Binary file not shown.

lib/libgmodule-2.0.so.0

15.2 KB
Binary file not shown.

lib/liblzma.so.5

154 KB
Binary file not shown.

0 commit comments

Comments
 (0)