想在小程序使用Sharp,按照 https://www.jianshu.com/p/ed14d381dd65
js中:
const sharp = require("sharp");
// var sharp= require("./node_modules/sharp"
路径怎样改都不对。
结果都是:
Error: module 'pages/index/sharp.js' is not defined, require args is 'sharp'
小程序可以使用Sharp?怎样才正确?
Sharp是node库,小程序不能使用