UNPKG

geowords

Version:

Tool for encoding geographic coordinates as sequence of words from bip39 or other dictionary

11 lines (8 loc) 150 B
import bip39 from "./bip39.js" import doi from "./doi.js" export { bip39, doi } export const dictionaries = { bip39, doi } export default bip39