update, formatting and vercel

This commit is contained in:
2021-01-02 00:21:29 +01:00
parent 4ee9c1bb8b
commit 801e1b6710
23 changed files with 1456 additions and 2986 deletions

View File

@@ -1,9 +1,8 @@
import React, { useEffect } from 'react'
import { PerspectiveCamera, Scene, BufferGeometry, BufferAttribute, ShaderMaterial, Color, Points, WebGLRenderer, Camera } from 'three'
import { PerspectiveCamera, Scene, BufferGeometry, BufferAttribute, ShaderMaterial, Color, Points, WebGLRenderer } from 'three'
import '../styles/backgorund.styl'
// const SEPARATION = 150, AMOUNTX = 200, AMOUNTY = 200, HEIGHT = 75
const SEPARATION = 150, AMOUNTX = 50, AMOUNTY = 50, HEIGHT = 75
let container: HTMLElement | null

View File

@@ -4,9 +4,7 @@ import '../styles/content.styl'
const Content: React.FC = ({ children }) => {
return <div className='container'>
{/* <div className='content'> */}
{children}
{/* </div> */}
</div>
}