0.1.4 • Published 9 years ago

pio-preview v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

PIO-Preview

This project aims to make previewing Print.io products much easier. The hope is that if they can see their photo on a product it will be easier to convert to a sale.

This is an angularjs project.

It is still a work in progress, and is not supported by Print.io. This is meant to be used injunction with https://github.com/printdotio/pio.js

See some examples at: http://fromkeith.github.io/pio-preview/

Installation

    npm install pio-preview

Use

Include this angular module:

    require('pio-preview');
    angular.module('myApp', ['pio-preview']);

Then add the desired directive to your page. Use 'pp-src' to specify the source image.

    <pp-mousepad pp-src="test_image.jpg"></pp-mousepad>

Include the css to your page as well.

Done!

Supported Directives:

License

MIT

0.1.4

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago