mapbox / tiny-sdf

Browser-side SDF font generator
http://mapbox.github.io/tiny-sdf/
BSD 2-Clause "Simplified" License
575 stars 58 forks source link

Expose the SDF function separately so that it can be used without canvassing text #52

Open Pomax opened 1 year ago

Pomax commented 1 year ago

There are precious few SDF libraries out there, and it would be quite valuable if there was a way to import just the SDF parts, for when you already have a pixel matrix as uint8array, and you don't need to draw anything to a canvas, you just need the SDF for that pixel matrix.