{"id":18685803,"url":"https://github.com/grapesjs/touch","last_synced_at":"2025-08-09T15:04:47.010Z","repository":{"id":57253137,"uuid":"147093514","full_name":"GrapesJS/touch","owner":"GrapesJS","description":"Enable touch support in GrapesJS","archived":false,"fork":false,"pushed_at":"2020-10-07T18:31:44.000Z","size":96,"stargazers_count":21,"open_issues_count":4,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T04:51:55.066Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrapesJS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-02T14:41:33.000Z","updated_at":"2025-03-07T08:21:18.000Z","dependencies_parsed_at":"2022-09-06T05:20:14.974Z","dependency_job_id":null,"html_url":"https://github.com/GrapesJS/touch","commit_stats":null,"previous_names":["artf/grapesjs-touch"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrapesJS%2Ftouch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrapesJS%2Ftouch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrapesJS%2Ftouch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrapesJS%2Ftouch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrapesJS","download_url":"https://codeload.github.com/GrapesJS/touch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519473,"owners_count":21117757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T10:24:19.870Z","updated_at":"2025-04-12T04:51:56.324Z","avatar_url":"https://github.com/GrapesJS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GrapesJS Touch\n\nThis plugin enables touch support for the GrapesJS editor [Demo](https://grapesjs.com/demo.html)\n\n\u003e Requires GrapesJS v0.14.29 or higher\n\n\n\n\n\n## Summary\n\n* Plugin name: `grapesjs-touch`\n\n\n\n\n\n## Options\n\nThis plugin has no options\n\n\n\n\n\n## Download\n\n* CDN\n  * `https://unpkg.com/grapesjs-touch`\n* NPM\n  * `npm i grapesjs-touch`\n* GIT\n  * `git clone https://github.com/artf/grapesjs-touch.git`\n\n\n\n\n\n## Usage\n\nBrowser\n```html\n\u003clink href=\"https://unpkg.com/grapesjs/dist/css/grapes.min.css\" rel=\"stylesheet\"/\u003e\n\u003cscript src=\"https://unpkg.com/grapesjs\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/grapesjs-touch.min.js\"\u003e\u003c/script\u003e\n\n\u003cdiv id=\"gjs\"\u003e\u003c/div\u003e\n\n\u003cscript type=\"text/javascript\"\u003e\n  var editor = grapesjs.init({\n      container : '#gjs',\n      // ...\n      plugins: ['grapesjs-touch']\n  });\n\u003c/script\u003e\n```\n\nModern javascript\n```js\nimport grapesjs from 'grapesjs';\nimport grapesjsTouch from 'grapesjs-touch';\n\nconst editor = grapesjs.init({\n  container : '#gjs',\n  // ...\n  plugins: [ grapesjsTouch ]\n});\n```\n\n\n\n\n\n\n## Development\n\nClone the repository\n\n```sh\n$ git clone https://github.com/artf/grapesjs-touch.git\n$ cd grapesjs-touch\n```\n\nInstall dependencies\n\n```sh\n$ npm i\n```\n\nStart the dev server\n\n```sh\n$ npm start\n```\n\n\n\n\n\n## License\n\nBSD 3-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrapesjs%2Ftouch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrapesjs%2Ftouch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrapesjs%2Ftouch/lists"}