import { PerspectiveCamera } from "three"
import { FAR, NEAR } from "../globals"

export default new PerspectiveCamera(75, 1, NEAR, FAR)
