milsymbol
milsymbol copied to clipboard
Military Symbols in JavaScript
Fixes #292
Currently line 15 and 39 of ascanvas.js calls: ```js document.createElement('canvas') ``` While this works in the main thread this makes this library unusable in a webworker utilizing an offscreen canvas....
Add support for `Atmospheric` symbols. Currently, `Atmospheric` symbols (_Symbol Set_ '45') are not supported, and `milsymbol` returns an `Unknown` symbol (_rotated question mark_).
I seem to be missing something. Without modifying `milsymbol`'s package.json I can't seem to use it directly in a Node environment: Note in the information below that Node is complaining...