lensflare-threejs-vanilla icon indicating copy to clipboard operation
lensflare-threejs-vanilla copied to clipboard

GET http://127.0.0.1:5500/scripts/LensFlare net::ERR_ABORTED 404 (Not Found)

Open scottonanski opened this issue 9 months ago • 2 comments

Your documentation states;

HOW TO USE?
1. Download the files component and save it on your project
[Download the Lens Flare source code](https://gist.githubusercontent.com/ektogamat/23e31dc891bb2859cbe0e89b46e288de/raw/0dc29630f7d841920b2ddb671c34215a052062f0/LensFlare.js) and save into your project

2. Import the component
import { LensFlareEffect, LensFlareParams } from './LensFlare'
Then add the LensFlare to your Scene

const lensFlareEffect = LensFlareEffect()
scene.add(lensFlareEffect)
That's all you need ✨

However, it produces this result;

GET http://127.0.0.1:5500/scripts/LensFlare net::ERR_ABORTED 404 (Not Found)

Please provide better details in your documentation.

scottonanski avatar Sep 09 '23 18:09 scottonanski