It helps to convert the selected text to UpperCase, LowerCase, SentenceCase.
-
npm install
-
npm pack
Include plugin in licit component
- import ChangeCase plugin
import { ChangeCasePlugin } from '@modusoperandi/licit-changecase';
const plugins = [new ChangeCasePlugin()]
ReactDOM.render(<Licit docID={0} plugins={plugins}/>)