md`Usage:
*import {loadModelFromURL} from "@spattana/model-loaders-using-threejs" *
*loadModelFromURL(model_URL_name, model_type)*
Any model URL can be fetched in Javascript via *fetch URL_name* can be used. If it can not be fetched then you may download the model to your local folder and attach it to your notebook page.
Once attached you may use statement *FileAttachment(attached_filename).url()* to get the local URL for the attached file and use.
model_type can be: "collada", "obj", "stl", "gltf", or "tds"
`