Thanks to visit codestin.com
Credit goes to github.com

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Watch-This Public

    TypeScript

  2. lokalise-mcp lokalise-mcp Public

    JavaScript

  3. Rav Rav Public

    Blog

    TypeScript

  4. 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

  5. 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