0.1.0 • Published 4 years ago

blunt-instrument-standalone v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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>