martin19
martin19
Hi, thanks for your implementation of this library. I'm currently evaluating libraries for boolean operations and counted your martinez implementation as a top contender. During my evaluation I've noticed the...
Are there any plans to support this? Here is the spec: https://html.spec.whatwg.org/multipage/scripting.html#textmetrics Current Browser support: https://developer.mozilla.org/de/docs/Web/API/TextMetrics - Chrome has it already hidden behind flag "ExperimentalCanvasFeature" - for Gecko there is...
Hello, I'm integrating AMF encoder and decoder into a screen-sharing app. Currently I'm decoding to `NV12` format via amf and converting to `RGBA` in RAM/software and blitting everything to screen...