WebGL_dpi_fix.jslib 153 B

12345678
  1. mergeInto(LibraryManager.library, {
  2. GetDPI: function ()
  3. {
  4. return window.devicePixelRatio;
  5. },
  6. });