Skip to content
View tombigel's full-sized avatar

Block or report tombigel

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. form-to-url-to-form form-to-url-to-form Public

    Save and load form state to and from the URL. Perfect for creating sharable form states without server-side persistence.

    TypeScript

  2. Helpful Javascript functions I use f... Helpful Javascript functions I use frequently, mainly vanilla alternatives to lodash etc.
    1
    /*!
    2
     * Deep merge two or more objects together.
    3
     * (c) 2019 Chris Ferdinandi, MIT License, https://gomakethings.com
    4
     * @param   {Object}   objects  The objects to merge together
    5
     * @returns {Object}            Merged values of defaults and options
  3. svg-path-mini-tools svg-path-mini-tools Public

    A collection of minimalistic SVG path manipulation utilities, mostly made by other people

    TypeScript 1

  4. react-cyclic-slider react-cyclic-slider Public

    A React component for cyclic value selection, perfect for circular controls like angles, color wheels, clock times, and any other value that wraps around at min/max boundaries.

    TypeScript

  5. svg-mesh svg-mesh Public

    A Gradient Mesh experiment

    TypeScript 2

  6. get-element-promise-by-id get-element-promise-by-id Public

    An implementation of getElementById that returns a promise that waits to resolve when the element will be added to the DOM. Using mutation observer and cancelable with an abort signal or a timeout

    TypeScript