Erek Speed
Erek Speed
Yomichan format is published as json schemas: https://github.com/FooSoft/yomichan/tree/master/ext/data/schemas Can use https://www.npmjs.com/package/json-schema-to-typescript to generate types for the json for easier use though might not be useful if just immediately saving them...
Ran into a couple of possibilities recently: 1. Use template literals to create pure JS templates in a helper method. Similar to the examples on this page. 2. [handlebars.js](https://handlebarsjs.com/guide/#simple-expressions) would...
Oh lit-html is a google small template utility as well: https://github.com/Polymer/lit-html It's very similar to vanilla JS but includes some optimizations to avoid re-rendering everything when only a few parts...
Part of this will require actually looking at the HTML generation and seeing how complicated it is.
Used LitElement for the options page and it should work okay for the popup as well.
Short cut explanation is already there but there is probably more to do.
It looks like it could work if I just extract the scale factor and set it as a transform with `transform-origin` also set. Or I could maybe find the original...
Honestly, this behavior was inherited from the version that this forked and I agree that it's probably not needed as long as the color matches. Should be easy to remove...
@all-contributors Add @Konstantin-Glukhov for ideas.
I missed this when it was first posted but thanks for the idea. I agree that loading it into memory first should be much faster and not too demanding of...