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 51ab9b4 commit 4f3351eCopy full SHA for 4f3351e
README.md
@@ -10,6 +10,10 @@ A package containing all custom assets for CodeEdit. These are mostly custom [SF
10
import CodeEditSymbols
11
12
let nsImage = NSImage.symbol(named: "name_of_the_symbol")
13
+
14
+// or using the static property:
15
16
+let nsImage1 = NSImage.name_of_the_symbol
17
```
18
19
### `Image`:
@@ -18,6 +22,10 @@ let nsImage = NSImage.symbol(named: "name_of_the_symbol")
22
23
20
24
let image = Image(symbol: "name_of_the_symbol")
25
26
27
28
+let image1 = Image.name_of_the_symbol
21
29
30
31
## Creating a new Asset
0 commit comments