blunt-instrument-standalone
v0.1.0
Published
Single dependency exporting all the blunt-instrument libraries.
Downloads
1
Readme
blunt-instrument-standalone
This exists to make it easy to use blunt-instrument via a <script>
tag in an HTML page:
<script src="https://unpkg.com/blunt-instrument-standalone/target/umd/blunt-instrument-standalone.min.js"></script>
<script type="text/javascript">
// The following are now available:
// BluntInstrument.babelPlugin
// BluntInstrument.core
// BluntInstrument.instrumentedEval
</script>