jinlin
2024-08-02 fcfe5c58abee6a2f3ea4bcbacad27c9255164363
1
2
3
4
import {supportsSvg} from './browser.js';
if (!supportsSvg()) {
  window.location = 'browser-not-supported.html';
}