/logos

Logos for my projects

Primary LanguageTypeScriptMIT LicenseMIT

Logos

Here I store logos for my projects. I also created editor for creating them in-place.

Editor

Huge thanks to @EnricoPicci with his dynamicCombineLatest implementation.

Site

Editor site runs on github-pages. You can access it with https://masynchin.github.io/logos/.

Build locally

Run following to build editor:

npm install
npm run build

Then open the editor:

open editor/index.html

How to contribute

Create PR with changes. Be sure you style your code with:

npm run style