1.2.0 • Published 9 years ago

gaffa-image v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

gaffa-image

image view for gaffa

Install:

npm i gaffa-image

Add to gaffa:

var Image = require('gaffa-select');

gaffa.registerConstructor(Image);

API

Properties (instanceof Gaffa.Property)

source (get)

The img elements src attribute.

image (get)

A dataURI or an instance of window.Image, to be converted to a dataURI, and then displated.

1.2.0

9 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago