crystvis-js
Version:
A Three.js based crystallographic visualisation tool
16 lines (13 loc) • 470 B
JavaScript
;
// This file is necessary because esbuild has issues taking care of these imports
// at compile time... so we pre-build a version of this file with the resources
// inside as data URIs using the scripts/build-resources.js script. It can also
// be called as:
//
// npm run build-resources
import rubikMediumFont from './Rubik-Medium.fnt';
import rubikMediumTexture from './Rubik-Medium.png';
export {
rubikMediumFont,
rubikMediumTexture
}