floydnoel - Overview
Pinned Loading
-
SEO-optimized React micro-framework (static site generator & router) for blazing fast websites and applications
JavaScript 16
-
2
echo "Cleaning up any git ignored files..."
4
# copy and paste the line below to get the same results as running this script5
git rm --cached `git ls-files -ic --exclude-from=.gitignore` -
1
// useBackgroundAnimation.js2
import { useEffect, useRef } from 'react';
4
export function useBackgroundAnimation() {
5
const canvasRef = useRef(null);
-
2
function updateHeadTag({ tag = "meta", ...attrs }) {
4
const attrKeys = Object.keys(attrs);
5
if (attrKeys.length < 1) {