Skip to content
View MilesConn's full-sized avatar

Highlights

  • Pro

Block or report MilesConn

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
MilesConn/README.md

Hi there 👋

My name is Miles Conn(he/him) and I'm a Senior at Carnegie Mellon University.

Interests: Compilers/PL Theory/Computer Graphics


Connect with me:

milesconn.io Miles Conn | LinkedIn

Pinned Loading

  1. 16726-assgn0 16726-assgn0 Public

    MDX

  2. MilesConn.github.io MilesConn.github.io Public

    Personal Website

    Svelte

  3. Safari Blur Canvas Filter Polyfill Safari Blur Canvas Filter Polyfill
    1
    declare global {
    2
        interface CanvasRenderingContext2D {
    3
            __applyFilter: (filterString: string) => void;
    4
            __applyBlur: (radius: number) => void;
    5
            // apple :(