Zorn/docs/milieu.mdx
2024-12-01 01:44:43 -05:00

11 lines
No EOL
367 B
Text

---
Title: Milieu
Type: Document
---
import {Prism} from "@astrojs/prism"
import {Zorn} from "@minpluto/zorn"
The Milieu option is an attempt to copy YouTube's ambient player feature. Where it adds a blurry glow around the player. This uses two `<canvas/>`s behind the player to make a smooth transition when it changes.
<Prism lang="jsx" code={`<Zorn Milieu/>`}/>