Add browser support #4
Labels
Change: minor
[Issue / PR] describes a non-breaking change, such as adding a new functionality
Domain: main
[Issue / PR] describes change in the functionality, its optimization
good first issue
[Issue] can be addressed by a first-time contributor
Pending: unclear
[Issue] not yet fully defined
Priority: low
[Issue / PR] could be addressed at any convenient time
Type: improvement
[Issue / PR] addresses lack of a functionality or an open possibility of enhancement
Ensure that
@iso4217/json
can be used in a browser environment via adding a<script>
tag.ISO4217JSON === window.ISO4217JSON === window["@iso4217/json"]
– global namespace object;ISO4217JSON.data
– the parsed contents ofdata.json
file;data-grouped-by-*.json
files in browsers, and if so, how to distribute them to browsers.The text was updated successfully, but these errors were encountered: