@tinymce/oxide
v4.0.0
Published
TinyMCE Oxide skins
Readme
TinyMCE Oxide skin tools
This project contains the default skins as well as tools and files needed to build your own skin for TinyMCE 8.
Visit the TinyMCE 8 documentation for instructions on how to create and build skins for TinyMCE.
Building the skins
The build process uses Node and Gulp. Make sure you have both installed before you continue.
- Install dependencies with
yarn. - Build the skins with
yarn build. - To view the skins, run
yarn startin this repository and go tohttp://localhost:4000.
