Automattic/node-canvas
node-canvas can't read some letters in directories like this './data/yoü'
Aperta
#1857 aperta il 14 lug 2021
Good first issueHelp wanted
Metriche repository
- Star
- (10.688 stelle)
- Metriche merge PR
- (Merge medio 34g 18h) (2 PR mergiate in 30 g)
Descrizione
Issue or Feature
Steps to Reproduce
var Canvas = require('canvas');
var canvas = Canvas.createCanvas(200, 200);
var ctx = canvas.getContext('2d');
const ifade = await Canvas.loadImage('./data/diyalog/yüzler/'+args[2]+'/'+args[3])
ctx.drawImage(ifade, 0, 0);
Your Environment
- Version of node-canvas 2.8.0
- Node v14.17.0 on Windows 10