Charlie Huckel
Charlie Huckel
I have a script that depends on [python-pptx](https://python-pptx.readthedocs.io/en/latest/) that removes unused slide layouts. This can amount to a huge size reduction in some cases. Would be cool if this functionality...
Pillow throws an exception when reading svg files. This change simply converts svg files to png in-memory so that Pillow can read it and process it as normal with the...
I believe PIL doesn't support svg images which is why a pptx with an svg will fail. Probably better to skip the file if it's unsupported rather than die with...
I couldn't find any docs/examples of using lit context with modern JavaScript. All the docs are Typescript. Where can I find JavaScript examples? Thanks. https://lit.dev/docs/data/context/