mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
import 'browser-polyfills';
|
|
import 'abortcontroller-polyfill/dist/polyfill-patch-fetch';
|
|
|
|
import * as iD from './index';
|
|
window.iD = iD;
|