WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
View fitzmode's full-sized avatar

Block or report fitzmode

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

Pinned Loading

  1. firebase-functions-trim-video.js firebase-functions-trim-video.js
    1
    const functions = require("firebase-functions");
    2
    const admin = require("firebase-admin");
    3
    const ffmpeg_static = require("ffmpeg-static");
    4
    const { Storage } = require("@google-cloud/storage");
    5
    const path = require("path");
  2. use-dynamic-refs use-dynamic-refs Public

    A React hook to dynamically set and get Refs.

    HTML 59 10