Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laurenwaller/cssco

Photographic filters made with CSS, inspired by VSCO and CSSgram
https://github.com/laurenwaller/cssco

blend-modes css filter photographic-filters vsco

Last synced: about 1 month ago
JSON representation

Photographic filters made with CSS, inspired by VSCO and CSSgram

Awesome Lists containing this project

README

        

# CSSCO

[![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com/)

Photographic filters made with CSS, inspired by VSCO and CSSgram [http://www.cssco.co](http://www.cssco.co)

**[Download](https://raw.githubusercontent.com/we-are-next/cssco/master/cssco.css)**

___

### How to use CSSCO
**Add the downloaded CSS file path to the `` of your document:**

``` html

```

**Add the filter to your image element using the relevant CSSCO classes:**

``` html




```

___

### Compatibility

Unfortunately, IE & Edge browsers, as well as Opera Mini do not support filters and blend modes.

Safari (desktop & iOS) does not support the hue, saturation, color, and luminosity blend modes, but this should not affect the CSSCO filters much, if at all.

See compatibility for: [mixblendmode](http://caniuse.com/#feat=css-mixblendmode) | [filters](http://caniuse.com/#feat=css-filters)

___

*These filters are inspired by VSCO and are not exact replicas of their filters, but are as close as I could get. If you think you can get closer, please feel free to contribute :)

___

### Contributing

#### Requirements

Ensure that the following is installed on your computer:

1. [Git](http://git-scm.com/downloads)
2. [Node.js](https://nodejs.org/en/download)

#### Getting started

1. Clone the repository: `git clone [email protected]:we-are-next/cssco.git`
2. Change to the directory you cloned the repository into: e.g. `cd cssco`

#### Lint/Minify

1. Install the required dependencies: `npm install`
2. Lint: `grunt lint`
3. Minify: `grunt min`