Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 358 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 358 Bytes

SHDesign

Design framework to achieve common design goal

Installation

Install my-project with npm

  npm install my-project
  cd my-project

Usage/Examples

import SHDesign
// get hashed image  
let blurImage = UIImage(blurHash: "")
let blurString = image.blurHash(components: (3, 3))