Skip to content

Instantly share code, notes, and snippets.

View MerlinOfCode's full-sized avatar

MagicBooks.io MerlinOfCode

View GitHub Profile
@MerlinOfCode
MerlinOfCode / index.html
Created February 26, 2023 03:10
ThreeJS Gradient
<div id="canvas"></div>
import React from 'react';
import $ from "jquery";
class WpPage extends React.Component {
constructor(props) {
super(props);
this.state = {
isLoading:true,
path: this.props.location.pathname
};