Skip to content
View mattiaz9's full-sized avatar

Organizations

@Etherna

Block or report mattiaz9

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. route-fn route-fn Public

    A simple utility function for typesafe urls

    TypeScript

  2. dictionary-fn dictionary-fn Public

    A simple utility function for typesafe translations.

    TypeScript

  3. Etherna/etherna-dapp Etherna/etherna-dapp Public

    Dapp for Etherna - A transparent video platform

    TypeScript 6 2

  4. slate-jsx slate-jsx Public

    A typesafe slate implementation for possibly any jsx framework

    TypeScript 1

  5. Convert blurhash to a base64 DataURL... Convert blurhash to a base64 DataURL string (no canvas or node-canvas)
    1
    import { decode } from "blurhash"
    2
    
                  
    3
    export function blurHashToDataURL(hash: string | undefined): string | undefined {
    4
      if (!hash) return undefined
    5