In LWC you often need to load static resource. In order to load the static resource in LWC you first need to import the static resource into LWC js file.
You can import static resources from the @salesforce/resourceUrl scoped module. Static resources can be archives (such as .zip and .jar files), images, stylesheets, JavaScript, and other files.