index.mjs 191 B

123456
  1. import icons from './icons.json' with { type: 'json' };
  2. import info from './info.json' with { type: 'json' };
  3. const metadata = {};
  4. const chars = {};
  5. export { icons, info, metadata, chars };