Augus
Augus
If you need to load large files, you will know who is faster đ
InVisionâââhttp://www.invisionapp.com Mixtureâââwww.mixture.io Flintoâââwww.flinto.com Gridsetâââwww.gridsetapp.com Marvelâââhttps://marvelapp.com Webflowâââhttps://webflow.com Red Penâââhttps://redpen.io Protoâââhttp://proto.io Iconiiâââhttp://iconii.com Macawâââ...
I hope this helps someone else. change `edge-cs/lib/edge-cs.js`, add `.replace('app.asar', 'app.asar.unpacked')` ``` var path = require('path'); exports.getCompiler = function () { return process.env.EDGE_CS_NATIVE || (process.env.EDGE_USE_CORECLR ? 'Edge.js.CSharp' : path.join(__dirname, 'edge-cs.dll').replace('app.asar',...
@hohks12 https://github.com/electron-userland/electron-packager/blob/master/docs/api.md#asar
@photopea During the tests, I used the code snippet below to load fonts, and `parse()` it: ```javascript function loadFont (url, resp) { var request = new XMLHttpRequest(); request.open("GET", url, true);...