This is a minimal high resolution image export script that is easy to implement in a existing three.js sketch. Instead of rendering the high resolution image directly in the browser, this script exports a set of tiles that can be stitched together in a pr
npm install three.js-hr-export
npm install three.js-hr-export
`
Import the module in your main.js file.
`javascript
import { exportHR } from 'three.js-hr-export';
`$3
` html