Skip to content
View yikZero's full-sized avatar
😆
😆

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 Loading

  1. Watch-This Public

    TypeScript

  2. Rosure-Astro Public

    One-stop design resource navigation, collecting quality design resources for AI, icons, fonts, and more.

    Astro

  3. 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, ...
    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