Augus

Results 5 comments of 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);...