https://github.com/movableink/developer-docs
Developer Documentation for Movable Ink
https://github.com/movableink/developer-docs
Last synced: 2 months ago
JSON representation
Developer Documentation for Movable Ink
- Host: GitHub
- URL: https://github.com/movableink/developer-docs
- Owner: movableink
- Created: 2014-10-09T18:27:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T22:47:49.000Z (almost 9 years ago)
- Last Synced: 2025-01-31T13:43:41.708Z (11 months ago)
- Homepage:
- Size: 6.03 MB
- Stars: 3
- Watchers: 72
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Table of Contents
1. [Introduction](#introduction)
1. [Requirements](#requirements)
1. [Concepts](#concepts)
1. [Examples](#examples)
1. [Helpful Links](#helpful-links)
## Introduction
Movable Ink provides technologies that allow you to create images on demand.
These images are generated dynamically as soon as Movable Ink receives a request for them.
## Requirements
- [ ] A Movable Ink account
- [ ] Basic understanding of JS/HTML/CSS
- [ ] A server to upload your project to
- [ ] Access to Movable Ink CORS server
## Concepts
The driving rendering engine behind MI technology is a fairly recent version of webkit.
## Examples
* [Website Crop](https://github.com/movableink/Developer-Docs/blob/master/examples/website-crop)
* [API Crop](https://github.com/movableink/Developer-Docs/blob/master/examples/api-crop)
## Helpful Links
* [Support Center](http://support.movableink.com)
* [Cropduster Lib](https://github.com/movableink/cropduster)