diff --git a/Sources/SnappTheming/SnappTheming.docc/SnappTheming.md b/Sources/SnappTheming/SnappTheming.docc/SnappTheming.md index bd8e79a07..48f20c691 100644 --- a/Sources/SnappTheming/SnappTheming.docc/SnappTheming.md +++ b/Sources/SnappTheming/SnappTheming.docc/SnappTheming.md @@ -1,12 +1,16 @@ # ``SnappTheming`` +@Metadata { + @PageImage(purpose: icon, source:"logo") +} + Framework for parsing design theme declarations from JSON. ## Overview ![SnappTheming logo](Resources/logo.png) -`SnappTheming` is a Swift framework designed to simplify the integration of dynamic design themes into iOS applications. Utilizing JSON declarations, the framework facilitates the extraction and application of various theming elements, including colors, fonts, gradients, and shape styles, directly into the application’s user interface. +`SnappTheming` is a Swift framework designed to simplify the integration of dynamic design themes into iOS applications. Utilizing JSON declarations, the framework facilitates the extraction and application of various theming elements, including colors, fonts, gradients, and shape styles, directly into the application's user interface. [Clone on GitHub](https://github.com/Snapp-Mobile/SnappTheming)