Pavel Alexandrov
Pavel Alexandrov
Request by Trethaller; When `charset` is not present in config - render all available characters in the fonts. Implementation specifics: Need to fetch list of all characters present in the...
* Use grayscale mode for SDF and PSDF * Use RGB for MSDF * Raster: Depending on font either RGBA or A8.
* Expose MSDF `angleTreshold` and `seed` * Expose `edgeTreshold` and `overlapSupport` for all SDF methods.
Currently there is only basic support. Requires improvement.
## Scope This PR aims to provide plguin creators a way to create global challenges that act along the lines of Arcade challenge group, where it shows all challenges regardless...
**Describe the bug** Current plugin launcher omits most variables/methods from [global object](https://nodejs.org/api/globals.html), for example `queueMicrotask`, `setTimeout`, `setImmediate`, `setInterval`, `btoa`, `atob`, `structuredClone`. **To reproduce** The following plugin would not work, due...
**Is your feature request related to a problem? Please describe.** Currently there's no way to create mouse-interactive elements in tab status area. It limits the ways it can be utilized....