From ec3e02c8e4cac0a8f6c09bffe3a92cee346c1a9c Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 24 Sep 2020 12:40:59 +0200 Subject: [PATCH] add browser support table --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da919876..b485492d 100644 --- a/README.md +++ b/README.md @@ -473,7 +473,11 @@ export default class IframeNode extends Node { | `getPos` | `Function` | A function that returns the anchored position of the node. | | `selected` | `Boolean` | A boolean that is set when the node is or is not selected. Common use case is using `watch` to see when the view is selected/unselected to do something, such focus an `` or refocus the editor. | -## Editor Methods +## Browser Support + +![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![IE](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![Opera](https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png) +--- | --- | --- | --- | --- | +Last 2 Versions ✔ | Last 2 Versions ✔ | Last 2 Versions ✔ | Last 2 Versions ✔ | Last 2 Versions ✔ | ## Development Setup