Color Share
https://github.com/azarus/clrshr
This is a color sharing application that allows embeding colors into websites especially usefull for github documentations.
Preview
Yet another color picker app?
Well not really, I've been searching for an existing app that can share colors as an image and not just pick or share them on facebook, twitter and what not. I wanted to inject the colors and palettes as an image into github documentations or other markdown pages. And preferably specify the size of the image as well!
I've run into this missing feature when i wanted to create a documentation for my https://github.com/azarus/ngx-flatui library and explain the color palettes and colors in my documentation.
Website:
http://clrshare.com/
Features
- Share Colors with custom size
- Create Color Palettes
Technology
- NodeJS Backend
- Express.js
- Sharp library for image generation
- Bootstrap / JQuery frontend
Whats next?
- Creating & Saving Color Palettes (Probably with mongodb as data-store)
- Sharing Color Palettes
- Generating CSS & SCSS color schemas from palette
- Generating Palettes and shades from prefered colors
Want to contribute? Got a question? Found a bug?
Please Open an issue on github.
https://github.com/azarus/clrshr/issues
Please fork the porject on Github and create a PR.
Before creating a PR please open an issue about the new features and bugfixes for bette tracking purposes :)
Thirdparty resources:
- Bootstrap (Quick frontend design)
- Bootstrap Colorpicker (For user interface)
- ExpressJs (For webserver)
- Sharp Image Utils (Image generation)
Posted on Utopian.io - Rewarding Open Source Contributors