Robert Jacobi

Results 3 comments of Robert Jacobi

Have you considered compiling LibRaw directly with WASM, which is Emscripten for C++: https://developer.mozilla.org/en-US/docs/WebAssembly/C_to_wasm This could get rid of the additional layer provided by `node-libraw` and also offer performance improvements...

## Change module imports ```diff - import Highlight, { defaultProps } from "prism-react-renderer"; + import { Highlight } from "prism-react-renderer" const Content = ( - + ``` ## Check language...

@RudraSen2 For me this was sufficient. Depending on the features you rely on this list could grow. Please provide an update if you needed to do some more tweaking.