Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 394 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 394 Bytes

Basic port of the Swift implementation for BlurHash.

Usage

BlurHashView has been provided as an easy way to use a BlurHash in SwiftUI.

BlurHashView(
    blurHash: "LGF5?xYk^6#M@-5c,1J5@[or[Q6.",
    size: CGSize(width: 4, height: 3),
    pixels: 512,
    punch: 0.8
)

Development

  • macOS support