Automattic / Automattic/node-canvas
Text error occurs on node-canvas
- Dominant language
- JavaScript
- Stars
- 10.7k
- Forks
- 1.2k
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 1
Description
## Issue or Feature
- [ ] If this is an issue with installation, I have read the [troubleshooting guide](https://github.com/Automattic/node-canvas/issues/1511).
## Steps to Reproduce
```js
var Canvas = require('canvas');
var canvas = Canvas.createCanvas(500, 500);
var ctx = canvas.getContext('2d');
// etc.
```
## Your Environment
* Version of node-canvas (output of `npm list canvas` or `yarn list canvas`):
* Environment (e.g. on Win 64 Bit):
* Node-canvas : 2.10.1
* Fabric: 4.2.0
Run on Localhost (OK):

But run on Azure Function App (64 Bit) - ERROR

---
I look forward to everyone's help.
Thanks all.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.