ts-rex / reve

MIT License
2 stars 0 forks source link

compare to deno-embedder #1

Open 7flash opened 2 months ago

7flash commented 2 months ago

Currently I am using deno-embedder to embed static assets into my desktop deno app

https://github.com/NfNitLoop/deno-embedder

I am curious if I can simply replace it with Reve here, and what would be pros/cons:

https://github.com/galaxydo/deno-chrome-app/blob/master/embedder.ts

mavdotjs commented 1 month ago

My apologies for not seeing this issue much earlier. In my opinion deno-embedder looks more structured than reve, since reve is a newer and less updated project. It also looks like deno-embedder uses compression, which reve does not do yet. I feel you should stick with your current stack until reve is a fully established library, thank you for checking it out!