Install Rough Notation
masterYou can install Rough Notation via npm, use the ES module directly from unpkg, or use the IIFE version which creates a RoughNotation object in your global scope.
npm install --save rough-notation<!-- ES module -->
<script type="module" src="https://unpkg.com/rough-notation?module"></script>
<!-- IIFE version -->
<script src="https://unpkg.com/rough-notation/lib/rough-notation.iife.js"></script>