EmbeddedSwiftUtilities, as used in gnorium.com
Utility functions and helpers for Embedded Swift environments.
EmbeddedSwiftUtilities provides common helper functions and utilities optimized for Embedded Swift and WebAssembly environments.
Add EmbeddedSwiftUtilities to your Package.swift:
dependencies: [
.package(url: "https://github.com/gnorium/embedded-swift-utilities", branch: "main")
- [artifact-core](https://github.com/gnorium/artifact-core) - IIIF Presentation API v3 types + deep zoom viewer
]Then add it to your target dependencies:
.target(
name: "YourTarget",
dependencies: [
.product(name: "EmbeddedSwiftUtilities", package: "embedded-swift-utilities")
]
)- Swift 6.2+
Apache License 2.0 - See LICENSE for details
Contributions welcome! Please open an issue or submit a pull request.
- design-tokens - Universal design tokens based on Apple HIG
- diff-engine - Platform-agnostic character-level diff engine
- markdown-utilities - Markdown rendering with media attribution support
- admin-core - Core admin functionalities for web applications
- web-apis - Web API implementations for Swift WebAssembly
- web-builders - HTML, CSS, JS, and SVG DSL builders
- web-components - Reusable UI components for web applications
- web-formats - Structured data format builders
- web-security - Portable security utilities for web applications
- web-types - Shared web types and design tokens