Skip to content
View jordanranson's full-sized avatar

Organizations

@TeachMeInc
Block or Report

Block or report jordanranson

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

Pinned Loading

  1. twocatmoon/quick-clip twocatmoon/quick-clip Public

    Quick Clip generates FFMPEG CLI commands from a drag-and-drop UI, so you can easily crop, trim, and transcode video clips.

    TypeScript 9 1

  2. twocatmoon/react-template-helpers twocatmoon/react-template-helpers Public

    Branching and iterative logic helpers for React, to help make your templates cleaner.

    TypeScript 1

  3. twocatmoon/react-slot twocatmoon/react-slot Public

    A cleaner alternative for managing children in React components via named slots.

    TypeScript 1

  4. twocatmoon/react-use-konami-code twocatmoon/react-use-konami-code Public

    Call a function when a sequence of key presses is detected.

    TypeScript 1

  5. TypeScript EventListener Class TypeScript EventListener Class
    1
    export type EventMap = {
    2
        [key: string]: (...args: any[]) => void
    3
    }
    4
    
                  
    5
    export type ListenerMap<Event> = {
  6. 2D WebGL Pixel Renderer (MIT License) 2D WebGL Pixel Renderer (MIT License)
    1
    /* eslint-disable */
    2
    
                  
    3
    function paletteFromImage (src) {
    4
      return new Promise((resolve, reject) => {
    5
        const image = new Image()