Skip to content

Commit

Permalink
Canvas is now packaged for macOS-arm64 (#225)
Browse files Browse the repository at this point in the history
Co-authored-by: Jannis Leidel <[email protected]>
  • Loading branch information
kenodegard and jezdez authored Nov 18, 2024
1 parent 4df69bc commit 9707e6c
Show file tree
Hide file tree
Showing 3 changed files with 576 additions and 78 deletions.
2 changes: 0 additions & 2 deletions bin/banner/banner.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// Usage: npm run banner -- --input path/to/icon.png --output path/to/output.png
// Warning: canvas isn't compiled for macOS-arm64, follow compiling instructions:
// https://www.npmjs.com/package/canvas#compiling
const { existsSync, mkdirSync, createWriteStream } = require("fs");
const trianglify = require("trianglify");
const { program } = require("commander");
Expand Down
Loading

0 comments on commit 9707e6c

Please sign in to comment.