Open msdog opened 8 months ago
I am developing an indoor map navigation web application and would like to use this library to correct the problem of inaccurate compass interference caused by magnetic fields
What error messages are you getting? ‘import’ likely doesn’t work, that’s new JS syntax. You may just need to use ‘require’ instead, search for “amd js require”.
您收到什么错误消息?“导入”可能不起作用,那是 新的 JS 语法。您可能只需要使用“require”来代替,搜索“amd js require”。
I am using the Rollup package plugin to use 'import' normally, but the compass head data obtained from using this plugin is incorrect
I need more information about this. Error messages, example data, what the actual problem is, etc.