Skip to content
View yikZero's full-sized avatar
๐Ÿ˜
๐Ÿ˜
Block or Report

Block or report yikZero

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
yikZero/README.md

Hi there ๐Ÿ‘‹

Pinned

  1. Brog Brog Public

    Next.js Blog powered by Sanity or MDX

    MDX 2

  2. Rosure Rosure Public

    Nextjs Bookmarks Gather

    TypeScript 1

  3. Rotts Rotts Public

    Full-stack web service with React frontend and Python backend. Features Edge text-to-speech and supports multiple languages and voice customization.

    TypeScript 2 1

  4. Simplified version of plaiceholder, ... Simplified version of plaiceholder, just support base64 and metadata
    1
    import sharp, { type Metadata, type Sharp } from 'sharp';
    2
    
                  
    3
    type SharpFormatOptions = Parameters<Sharp['toFormat']>;
    4
    type SharpModulateOptions = NonNullable<Parameters<Sharp['modulate']>[0]>;
    5