This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Parts: | |
- server component: see page.tsx | |
- client component: LivePreview | |
Difference to Payload 3.x: | |
- updates immediately, does not have to wait for draft to be saved |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { decode } from 'blurhash'; | |
import { CSSProperties } from 'react'; | |
/** | |
* Get a pixel value. | |
* | |
* @param pixelBytes | |
* @param x | |
* @param y | |
* @param width |