floydnoel - Overview

Pinned Loading

  1. SEO-optimized React micro-framework (static site generator & router) for blazing fast websites and applications

    JavaScript 16

  2. Commerseum Display - Simple, open-source digital signage

    JavaScript 2 1

  3. Node.js module to convert excel timestamps to JS dates.

    JavaScript 3 1

  4. 2

    echo "Cleaning up any git ignored files..."

    4

    # copy and paste the line below to get the same results as running this script

    5

    git rm --cached `git ls-files -ic --exclude-from=.gitignore`
  5. 1

    // useBackgroundAnimation.js

    2

    import { useEffect, useRef } from 'react';

    4

    export function useBackgroundAnimation() {

    5

      const canvasRef = useRef(null);
  6. 2

    function updateHeadTag({ tag = "meta", ...attrs }) {

    4

      const attrKeys = Object.keys(attrs);

    5

      if (attrKeys.length < 1) {