MacroMachines / gl-react-instagramfilters

Instagram filters for gl-react and gl-react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gl-react-instagramfilters npm Commitizen friendly

Greenkeeper badge

Instagram filters for gl-react and gl-react-native

WARNING: This is a port of the original hack posted here: https://github.com/danielgindi/Instagram-Filters This release is only meant to edjucate people to write filters, and expand theyr knowledge of gl-react. This repo is meant for educational purposes only.

Installation

npm i -S gl-react-instagramfilters

Usage Examples

import {Hudson} from "gl-react-instagramfilters"
<Surface height={1024} width={693}>
  <Hudson>
    <GLImage
      source="http://i.imgur.com/tCatS2c.jpg"
      imageSize={{ width: 1024, height: 693 }}
      resizeMode="cover"
    />
  </Hudson>
</Surface>

Available filters

F1977
Amaro
Brannan
Earlybird
Hefe
Hudson
Inkwell
Lokofi
LordKelvin
Nashville
Normal
Rise
Sierra
Sutro
Toaster
Valencia
Walden
XproII

About

Instagram filters for gl-react and gl-react-native


Languages

Language:JavaScript 100.0%