Skip to content

CofficLab/JuiceEditorKit

Repository files navigation

JuiceEditorKit

This Swift package provides a view that displays a rich text editor.

The rich text editor implementation comes from JuiceEditor.

image

Features

  • Integrates rich text editing functionality provided by JuiceEditor.
  • Supports various text formats and styles.
  • Easy to use and customize in Swift projects.

Installation

  1. Open your Xcode project.
  2. Select File > Swift Packages > Add Package Dependency.
  3. Enter the repository URL: https://github.com/CofficLab/JuiceEditorSwift.
  4. Choose the latest version and add it to your project.

Usage

Import the package and use it in your SwiftUI view:

import SwiftUI
import JuiceEditorKit

struct ContentView: View {
    var body: some View {
        EditorView()
    }
}

Related Projects

Maintainers

Work for Joy & Live for Love ➡️ https://github.com/nookery

License

JuiceEditor is released under a dual license:

  1. For non-commercial use: MIT License
  2. For commercial use or modifications: Please contact the author for a commercial license.

Any use of this software for commercial purposes or any modifications to the source code require explicit permission from the author.