GitHub - GrapesJS/touch: Enable touch support in GrapesJS (original) (raw)

GrapesJS Touch

This plugin enables touch support for the GrapesJS editor Demo

Requires GrapesJS v0.14.29 or higher

Summary

Options

This plugin has no options

Download

Usage

Browser

Modern javascript

import grapesjs from 'grapesjs'; import grapesjsTouch from 'grapesjs-touch';

const editor = grapesjs.init({ container : '#gjs', // ... plugins: [ grapesjsTouch ] });

Development

Clone the repository

$ git clone https://github.com/artf/grapesjs-touch.git $ cd grapesjs-touch

Install dependencies

Start the dev server

License

BSD 3-Clause