interface Optionsimport { type Options } from "https://deno.land/x/lume@v2.4.1/plugins/sri.ts"; Propertiesoptionalalgorithm: "sha256" | "sha384" | "sha512"The algorithm used to calculate the cryptographic hash of the file optionalcrossorigin: "anonymous" | "use-credentials"The CORS setting for the file being loaded optionalselector: stringThe selector to find the elements to add the integrity attribute