我正在尝试将此示例中的 ArchilogicEmbed 模块用于我的 next.js 项目。
如果我这样导入:
import ArchilogicEmbed, {
PresentationMode
} from 'https://code.archilogic.com/embed-api/v2.0.0/embed.module.js'
它给了我一个错误说Module not found: Can't resolve 'https://code.archilogic.com/embed-api/v2.0.0/embed.module.js'
我正在努力在 next.js 中完成这项工作。有人可以帮我吗?谢谢