Installing the muds editor is super easy! Simply copy and paste code below where you want to editor to appear.
<!-- Include the MUDS stylesheet --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/muds.min.css"> <!-- Create the editor container --> <textarea id="editor"></textarea> <!-- Include the MUDS library --> <script src="https://cdn.jsdelivr.net/npm/[email protected]/muds.min.js"></script> <!-- Initialize MUDS editor --> <script> var muds = new muds({ selector: 'editor' }); </script>
Or install the library with NPM: npm i muds-editor. Alternatively you can download the newest version and run MUDS locally.