4.1.4 • Published 3 years ago
tinymce-a11y-checker
Licence
MIT
Version
4.1.4
Deps
28
Size
11.5 MB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated
TinyMCE Accessibility Checker Plugin (tinymce-a11y-checker)
An accessibility checker plugin for TinyMCE.
Install
You will need to have an instance of TinyMCE setup prior to using this plugin.
npm install tinymce-a11y-checker --save
# or
yarn add tinymce-a11y-checker
Usage
import tinymce from "tinymce"
import "tinymce-a11y-checker"
tinymce.init({
selector: "#editor",
plugins: ["a11y_checker"],
toolbar: "check_a11y | bold italic ..."
})
Contribute
PRs accepted.