# Dice Roller

<script>
  import DiceRoller from "./dice_roller.js";
  
  var d = new DiceRoller();
  
  d.create();
</script>