Automattic / Automattic/node-canvas

Text error occurs on node-canvas

Open
#2,169 6 comments 0 reactions 0 assignees View on GitHub
Text & Fonts
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):
![001](https://user-images.githubusercontent.com/98147901/204492136-23d4ed55-4195-4718-b389-cc11e0973aef.png)

But run on Azure Function App (64 Bit) - ERROR
![002](https://user-images.githubusercontent.com/98147901/204492159-596440c9-387a-4d0a-8935-ec9e4099587e.png)
---
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.