You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLDR; Ideally the developer should be able to provide one theme file/folder and be able to generate themes without having to go through too many steps as listed here
It would be much better if this is an npm package that exposes a getThemeDefinitions() method. It would also be nice to have helper methods such as injectToTemplate() documented
This way, it is easier to update the main theme and the amount of boilerplate needed to create a new theme reduces drastically
The text was updated successfully, but these errors were encountered:
Currently the full repository layout of creating themes has an advantage of creating a boilerplate folder structure for adding non-standard assets such as sticker overrides.
Maybe a createBoilerplateDirectory() would suit that purpose.
TLDR; Ideally the developer should be able to provide one theme file/folder and be able to generate themes without having to go through too many steps as listed here
It would be much better if this is an npm package that exposes a
getThemeDefinitions()
method. It would also be nice to have helper methods such asinjectToTemplate()
documentedThis way, it is easier to update the main theme and the amount of boilerplate needed to create a new theme reduces drastically
The text was updated successfully, but these errors were encountered: