zce / velite

Turns Markdown / MDX, YAML, JSON, or others into app's data layer with Zod schema.
http://velite.js.org
MIT License
476 stars 23 forks source link

Image Blur size is tool small to use, expose an option for setting it. #113

Closed syhily closed 6 months ago

syhily commented 6 months ago

The blur width is fixed.

https://github.com/zce/velite/blob/44a6010bb2676d00c94c514537cfd913f58c3689/src/assets.ts#L72

zce commented 6 months ago

Although it is easy to implement this requirement, I still question whether it is necessary to adjust the size of the blur image?

syhily commented 6 months ago

I think you are correct. After trying velite for three days. The current blur image is good enough for me, no need to change. I'll close this issue.