thencc / algonautjs

A front end friendly Algorand utility
MIT License
10 stars 1 forks source link

remove buffer re-export #66

Open spencercap opened 1 year ago

spencercap commented 1 year ago

@lanidelrey @youraerials any qualms w this?

lanidelrey commented 1 year ago

I think that's fine as long as the string encoding utils are exported!

spencercap commented 1 year ago

i've actually removed the utils export entirely and ALL the methods are now of the main Algonaut class

done here: bee71c618dec373c0ba12281d21bf7306ecb64ae

spencercap commented 1 year ago

let's just add any string encoding utils we need to AlgJs and not export Buffer I'd say. it'll bring pkg size down and whoever really needs it can import that lib themselves