收藏
回答

小程序可以使用Sharp?

想在小程序使用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?怎样才正确?

回答关注问题邀请回答
收藏

1 个回答

  • hello world
    hello world
    03-26

    Sharp是node库,小程序不能使用

    03-26
    有用
    回复 2
    • 华
      03-26
      gm和jimp,小程序也不能用?
      03-26
      回复
    • hello world
      hello world
      03-26回复
      不能。小程序是客户端,nodejs是服务端,组件库不能相互使用
      03-26
      回复
登录 后发表内容