From 7694f3f23c2db0aa0011832b275e610f038ce123 Mon Sep 17 00:00:00 2001 From: Benjamin Boudreau Date: Sun, 3 Jun 2018 16:05:21 -0400 Subject: [PATCH] documenting bookmarklet --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da22ba9..72b9655 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Easy creation of an embeddable widget. - https://seriousben.github.io/embeddable * Full ES6/ES2015 support (with Babel) * Package fonts, css, json, javascripts together into one single package (with Webpack) * No css styling conflicts between the host page and the widget (with https://github.com/premasagar/cleanslate) +* Bookmarklet supported for fast testing and demonstration * User theming of widget * Obfuscating of the widget code * Unit Tested with code coverage enabled @@ -54,6 +55,7 @@ $ npm run build - [x] Production Build - [x] Minified - [x] Add greenkeeper +- [x] Bookmarklet - [ ] Reset / Cleanslate / No-conflicts of styles - [ ] Obfuscation - [ ] Integrate eslint with webpack