LiterateInk / Pawnote

A purrfect API wrapper for PRONOTE.
https://docs.literate.ink/pawnote
GNU General Public License v3.0
55 stars 12 forks source link

refactor: find a lighter alternative to node-forge #52

Open Vexcited opened 3 months ago

Vexcited commented 3 months ago

Since node-forge is not tree-shakable, the whole library gets into the bundle of any user of the JS/TS library.

Sounds very sad and an ESM version of the node-forge library would be very useful there !

I'll take a look around to see if there's anything similar already done.

Vexcited commented 2 months ago

Maybe https://paulmillr.com/noble/ and related projects could help ?