duotone-image

0.0.7 • Public • Published

Create duotone images

This is a first attempt, I really appreciate feedback!

Demo website

Preview

screen shot 2018-05-31 at 17 46 11

Install:

npm install duotone-image --save

How to use

import makeDuoToneImage from 'duotone-image'
 
makeDuoToneImage({
  domNode: '.image',
  imageUrl: 'https://images.unsplash.com/photo-1505881502353-a1986add3762',
  color1: [24, 192, 102],
  color2: [0, 0, 30]
})

Options

options (key) type required
domNode String yes
imageUrl String yes
color1 Array [rgb] yes
color2 Array [rgb] yes

Readme

Keywords

Package Sidebar

Install

npm i duotone-image

Weekly Downloads

5

Version

0.0.7

License

MIT

Unpacked Size

9.52 kB

Total Files

9

Last publish

Collaborators

  • noudadrichem