Examples

  1. vanilla_simple_iife.html - Simple (Vanilla JavaScript IIFE). This example uses the minified IIFE import and can run directly from the local filesystem.
  2. vanilla_simple_esm.html - Simple (Vanilla JavaScript ESM). This example uses the minified ESM module and must be served from a webserver due to CORS policy.
  3. vanilla_images.html - Show Image Results (Vanilla JavaScript)