8000 GitHub - Masynchin/logos: Logos for my projects
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Masynchin/logos

Repository files navigation

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
0