Paper.js external file will not load

前端 未结 3 1262
一生所求
一生所求 2021-01-18 17:23

I am just trying to get into paper.js. Code works fine when they\'re inlined. But when I move them to an external file and src it there, errors starts to pop up :( Can anyon

3条回答
  •  感情败类
    2021-01-18 17:54

    From your screenshot, it is CORS ERROR.

    You can fix CORS ERROR to test locally with https://www.thepolyglotdeveloper.com/2014/08/bypass-cors-errors-testing-apis-locally/

提交回复
热议问题