You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to import Tinify as a ES6 module as follows;
import tinify from "tinify";
Could you give it a try?
In addition, make sure to not use the tinify library in a
frontend application and only in the backend. the tinify client
does not support frontend integration, and all interactions
should be handled by your own API.
在vue3+nuxt3中无法使用require("tinify");导入
问下是否支持在vue3中使用
node版本18.1.0
报错如下
The text was updated successfully, but these errors were encountered: