DanielHZhang / superbuffer

A simple way to serialize JavaScript objects into ArrayBuffers for high compression on the wire.
MIT License
5 stars 2 forks source link

Cannot be installed from npm #49

Closed scott-cornwell closed 1 year ago

scott-cornwell commented 1 year ago

I tried to use this on Stackblitz and I thought it was just their system, but I tried a plain npm install superbuffer locally and I just get the license and readme markdown files and the package.json. Please package so that it can be installed, I would love to use it!

radimsv commented 1 year ago

looks like the build has not been performed before publish :( That is too bad, the library looks promising cc @DanielHZhang

DanielHZhang commented 1 year ago

Fixed in the new release (v1.1.1)