We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab63ae commit 41aec31Copy full SHA for 41aec31
README.md
@@ -34,7 +34,7 @@ This library is intended for quick prototyping and development purposes only. Fo
34
35
Here are examples of how to use RunveyKit to generate videos:
36
37
-`````swift
+```swift
38
// Generate video from image data
39
let runvey = RunveyKit(apiKey: "your-api-key")
40
let image = UIImage(named: "input-image.jpg")!
@@ -69,7 +69,7 @@ do {
69
70
Here is a basic example of how to use RunveyKit to generate a task if you prefer manual control:
71
72
-````swift
73
import RunveyKit
74
75
do {
@@ -88,7 +88,7 @@ do {
88
} catch {
89
print("Error generating image: \(error)")
90
}
91
-`````
+```
92
93
Here's an example of how to retrieve task details and process them into a human-readable description:
94
0 commit comments