Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.44 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.44 KB

jQuery Image Editor with Pintura example project

Demo

Open in StackBlitz

Installation

NodeJS

If it's not already installed we need to install Node.js

Then we install the project dependencies by running npm install in a terminal window. This will install @pqina/pintura, @pqina/pintura-input, and a local node server.

Run npm start to start a local test server at http://localhost:8080

Manually

  1. Download the Pintura package and Pintura jQuery adapter package.
  2. We only need the Pintura stylesheet and the JavaScript files ending with -iife.js
  3. Update the src properties of the script tags so they link to the downloaded files.
  4. Update the stylesheet tags so it links to the downloaded Pintura stylesheet.

Questions

Feel free to reach out using the contact form on the Pintura product page.

License

This projects uses a test version of Pintura. This version of Pintura will show a watermark in the editor and on generated images.

Purchase a license at https://pqina.nl/pintura to use Pintura in production.