FountainEditorKit.git · README.md
FountainEditorKit.git / README.md
revision 80436926e9fc8d75941a81d1e557917f81590518 · complete file
# FountainEditorKit
Reusable Fountain screenplay editor surface for macOS (SwiftUI/AppKit), plus deterministic parsing and highlighting utilities.

## Usage
```swift
import FountainEditorKit
import SwiftUI
struct Demo: View {
@State private var text: String = ""
var body: some View {
FountainEditor(text: $text)
}
}
```
## Development
- `swift test`