Rendering f2d file in Threejs

Hi, I have a f2d file that is generated from autocad and i want to use it on the web using threejs. Is there some way to do this? Purpose is to render it on web, so the solution may be a loader or some tool that can convert this f2d file in threejs compatible formats like glTF, Obj etc

I’m not aware of a F2DLoader so it’s probably best to convert the file to glTF (if possible).

Thanks for the information. Any tool in your knowledge that can be used to convert f2d into glTF?

No sorry, I’ve never worked with F2D before.