mapbox / node-fontnik

Fonts ⇢ protobuf-encoded SDF glyphs
BSD 3-Clause "New" or "Revised" License
222 stars 65 forks source link

Port to protozero #162

Closed springmeyer closed 4 years ago

springmeyer commented 5 years ago

This changes the code to use protozero instead of the google libprotobuf library.

More context at https://github.com/mapbox/node-fontnik/issues/143.

I needed this SDF generation for a different project where I did not want to not use the libprotobuf library, so I worked on this first here to ensure the tests were passing.

TODO:

/cc @mapbox/map-design-team @mapbox/maps-api @mapbox/api-gl

springmeyer commented 4 years ago

Closing, since this work is included in https://github.com/mapbox/node-fontnik/pull/163