FountainEditorKit.git · README.md
FountainEditorKit.git / README.md
revision 5b289641fc57ec5e8e8aa8dec3d6b32f49b98a75 · 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`