Big updates this time, with big thanks with @sembrestels's help 🎉!
Changes:
- Migrating the codebase to ESM modules (#61 ✅)
- Note that the recommended way of importing radspec is now
import * as radspec from 'radspec'
- Adding a
fromHex()
helper (accessible via @fromHex()
that translates hex to utf8, ascii, and numbers (#64)