Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/sirv-npm-3.0.1-6bef01ff05-b110ebe28e.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@tailwindcss/vite": "^4.2.2",
"@vitejs/plugin-react": "^6.0.1",
"vite": "^8.0.1",
"vite-plugin-framer": "^1.1.0",
"vite-plugin-framer": "^1.1.1",
"vite-plugin-mkcert": "^1.17.8"
}
}
4 changes: 2 additions & 2 deletions plugins/ascii/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export const BASE_PATH = ""
* Convenience method to load an image from a canvas.
* As a transferable bytes array
*/
export function bytesFromCanvas(canvas: HTMLCanvasElement): Promise<Uint8Array | null> {
return new Promise<Uint8Array>((resolve, reject) => {
export function bytesFromCanvas(canvas: HTMLCanvasElement): Promise<Uint8Array<ArrayBuffer> | null> {
return new Promise<Uint8Array<ArrayBuffer>>((resolve, reject) => {
canvas.toBlob(blob => {
if (!blob) throw new Error("Blob does not exist")

Expand Down
2 changes: 1 addition & 1 deletion starters/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0",
"vite": "^8.0.1",
"vite-plugin-framer": "^1.1.0",
"vite-plugin-framer": "^1.1.1",
"vite-plugin-mkcert": "^1.17.8"
}
}
Loading
Loading