Here I store logos for my projects. I also created editor for creating them in-place.
Huge thanks to @EnricoPicci
with his dynamicCombineLatest
implementation.
Editor site runs on github-pages. You can access it with https://masynchin.github.io/logos/.
Run following to build editor:
npm install
npm run build
Then open the editor:
open editor/index.html
Create PR with changes. Be sure you style your code with:
npm run style