Rui Chen
Rui Chen
As shown in the code below ``` typescript import { app, Menu, nativeImage, Tray } from 'electron' import icon from '../../assets/logo.png' console.log(icon) // data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAA..... const tray = new Tray(nativeImage.createFromPath(icon)) ```...
Fixes #480 Make the option`s interface of filters extends from FilterOptions.
pixi 8.6.4 pixi-filters 6.0.5  