Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not allowed to load local resource #72

Open
claudiohfg opened this issue Jan 31, 2019 · 0 comments
Open

Not allowed to load local resource #72

claudiohfg opened this issue Jan 31, 2019 · 0 comments

Comments

@claudiohfg
Copy link

claudiohfg commented Jan 31, 2019

I've tried the example, but it is not working. I got the following error message:

preview-frame.ts:21 Not allowed to load local resource: file://cdnjs.cloudflare.com/ajax/libs/p5.js/0.4.23/p5.js

Here is my code:

<html>
<head>
<script src="http://toolness.github.io/p5.js-widget/p5-widget.js"></script>
</head>
<body>
<script type="text/p5" data-autoplay data-preview-width="800" data-height="600">
function setup() {
  createCanvas(300, 100);
  background(255, 0, 200);
}
</script>
</body>
</html>

What am I doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant