ondras / rot.js

ROguelike Toolkit in JavaScript. Cool dungeon-related stuff, interactive manual, documentation, tests!
https://ondras.github.io/rot.js/hp/
BSD 3-Clause "New" or "Revised" License
2.32k stars 254 forks source link

Create an ESM Build #191

Closed shadowtime2000 closed 3 years ago

shadowtime2000 commented 3 years ago

Currently imports use extensions which are required for browsers. Extensions aren't generally used when you have a project using a bundler such as Webpack.