Skip to content
View HoraceShmorace's full-sized avatar

Organizations

@ExceptionalBeasts

Block or report HoraceShmorace

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. Image-Flex Image-Flex Public

    A robust, secure, and easily deployable image resizing service that scales, optimizes, and caches images on "the edge," on the fly, built on AWS Serverless technologies. Served by CloudFront via an…

    JavaScript 128 40

  2. Disposes of any Three.js object and ... Disposes of any Three.js object and any disposal objects in the hierarchy below it by doing a depth-first search
    1
    /**
    2
     * Disposes of any Three.js object (mesh, material, etc.) and any disposable objects in the hierarchy below it by doing a depth-first search.
    3
     * @param {Boolean} showLogging Output logs useful for troubleshooting.
    4
     * @example
    5
     *   const trash = HierarchyDisposal(true)
  3. Custom hook for setting up an inters... Custom hook for setting up an intersection observer on a DOM element to determine its visibility relative to a specified viewport or the default viewport. Implements the native `IntersectionObserver` JavaScript class.
    1
    /**
    2
     * Custom hook for setting up an intersection observer on a DOM element to determine its visibility relative to a specified viewport or the default viewport. Implements the native `IntersectionObserver` JavaScript class.
    3
     *
    4
     * @param {React.RefObject} ref - Required. The React ref object pointing  
    5
     * @param {Object} options - The options for setting up the observer.