quincarter
quincarter
I actually did try that with scss and with css and had the same issue both times
I actually did just spin up a project with css and it worked. But i feel like this does not solve the issue if i want to use scss instead...
Ok so the for loop is where my code is failing. ```javascript for (let i = 0; i < w * h * C; i++) { // i is already...
Okay so i think i got a little farther. I have extracted all your classes to separate files and making this make more sense to me. But the variable names...
Okay well i got it. It's not rendering as pretty as it was before in the previous version. Any tips to get it not to shift so much? Not sure...
Yeah i would imagine doing this with a `subArray()` would be better, no? ```javascript new Uint8ClampedArray( this.Module.HEAPU8.subarray( someData somdData.length ) ); ```
i am having some issues with the subarray and how to format it, but i do think it would be faster. I was using that in a previous iteration but...
> Okay well i got it. It's not rendering as pretty as it was before in the previous version. Any tips to get it not to shift so much? Not...
Are you using pdfium.wasm in this project? https://github.com/cetinsert/cetinsert
> As for all the single-letter characters in > > ```js > const heap = (J, s) => { // J = JS array type; s = typed array size...