scalajs-ckeditor4 is Scala.js wrapper API for CKEditor4.
Add the following lines to your sbt
build definition:
libraryDependencies += "com.greencatsoft" %%% "scalajs-ckeditor4" % "0.1-SNAPSHOT"
And add Sonatype snapshot repository to the resolver list as follows:
resolvers += Resolver.sonatypeRepo("snapshots")
This project is provided under the terms of Apache License, Version 2.0.