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

Adding CDN script tag to README.md? #31

Open
ljcucc opened this issue Mar 10, 2022 · 1 comment
Open

Adding CDN script tag to README.md? #31

ljcucc opened this issue Mar 10, 2022 · 1 comment

Comments

@ljcucc
Copy link

ljcucc commented Mar 10, 2022

Will that adding the CDN script url or script tag to README will make people get started sooner or more convenient to start using the library?

e.g.

https://cdn.rawgit.com/bitcraftlab/p5.gui/master/libraries/p5.gui.js
https://cdn.rawgit.com/bit101/quicksettings/master/quicksettings.js

or

<script src="https://cdn.rawgit.com/bitcraftlab/p5.gui/master/libraries/p5.gui.js"></script>
<script src="https://cdn.rawgit.com/bit101/quicksettings/master/quicksettings.js"></script>

then people could add those code into some more simpler IDE, like editor.p5js.org or OpenProcessing?

@yuletide
Copy link

yuletide commented Mar 2, 2023

As someone just finding this library this would be a huge help to getting started, as would a p5js editor sketch that is forkable with everything setup!

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

2 participants