Automattic/node-canvas
node-canvas can't read some letters in directories like this './data/yoü'
开放
#1,857 创建于 2021年7月14日
Good first issueHelp wanted
仓库指标
- 星标
- (10,689 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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