| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
🦄 Generate blurhash without leaving your terminal.
#npm
npm install -g blurhash-cli
#yarn
yarn global add blurhash-cliPlease note that you can also use npx to run the package without installing it globally.
Example: npx blurhash-cli
In your terminal, run the below command:
npx blurhash-cli https://i.imgur.com/NhfEdg2.pngModify the Size (Size is optional, it defaults to 32):
The size flag controls the quality of the generated blurhash. A higher size value results in better quality but longer generation time.
npx blurhash-cli https://i.imgur.com/NhfEdg2.png --size=64✔ 🥳 Blurhash Generated › Hash: UnR.*,kW.TnPt7WBocozpJV@nMkWadofWCV@ › Width: 600 › Height: 600
npx blurhash-cli ./image.png --localI hope you find this useful. If you have any questions, please create an issue.
| Back | FazBrowse Home | New Git URL |