https://github.com/cofficlab/juiceeditorkit
https://github.com/cofficlab/juiceeditorkit
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cofficlab/juiceeditorkit
- Owner: CofficLab
- Created: 2024-10-19T10:59:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:34:12.000Z (over 1 year ago)
- Last Synced: 2024-10-24T08:10:49.985Z (over 1 year ago)
- Language: JavaScript
- Size: 53.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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).

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