wobsoriano / vue-wrap-balancer

Simple Vue Component That Makes Titles More Readable.
https://vue-wrap-balancer.vercel.app
MIT License
111 stars 1 forks source link

Proposal: replace `uuid` with `nanoid` #5

Closed lukaszflorczak closed 1 year ago

lukaszflorczak commented 1 year ago

Probably it coult be better to use nanoid instead of uuid, especially that you do some manipulations on returned id. Nanoid is also smaller and faster.

wobsoriano commented 1 year ago

Both vue 2 and 3 versions now use nanoid.