We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now I can do:
import YAML from "https://unpkg.com/[email protected]/browser/index.js";
but that requires me to change existing scripts to be modules.
I'd like to be able to use YAML by just doing:
<script src="..."></script>
The text was updated successfully, but these errors were encountered:
As this is a source repository that does not package the code for production, what you're asking for is a bit beyond its scope.
You're probably best off by packaging yaml yourself in a shape that suits your use case.
yaml
Sorry, something went wrong.
No branches or pull requests
Right now I can do:
but that requires me to change existing scripts to be modules.
I'd like to be able to use YAML by just doing:
The text was updated successfully, but these errors were encountered: