An open API service indexing awesome lists of open source software.

https://github.com/cofficlab/juiceeditorkit


https://github.com/cofficlab/juiceeditorkit

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# JuiceEditorKit

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

The rich text editor implementation comes from [JuiceEditor](https://github.com/CofficLab/JuiceEditor).

![image](./docs/hero.png)

## 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:

```swift
import SwiftUI
import JuiceEditorKit

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

## Related Projects

- [JuiceEditor](https://github.com/CofficLab/JuiceEditor)
- [JuiceEditor-Draw](https://github.com/CofficLab/JuiceEditor-Draw)
- [JuiceEditor-Playground](https://github.com/cofficlab/JuiceEditor-Playground)
- [JuiceEditor-Examples](https://github.com/cofficlab/JuiceEditor-Examples)

## Maintainers

Work for Joy & Live for Love ➡️

## License

JuiceEditor is released under a dual license:

1. For non-commercial use: [MIT License](LICENSE)
2. For commercial use or modifications: Please [contact the author](https://github.com/nookery) 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.