assetopt — sample asset pack
============================

This folder is a small, real set of unoptimized web assets. Use it to try
assetopt and reproduce the exact numbers shown on the website.

What's inside
-------------
  photos/river-canyon.jpg      high-res JPEG photo
  photos/mountain-lake.jpg     high-res JPEG photo
  photos/landscape-export.png  large opaque PNG (a photo exported as PNG)
  icons/logo.png               PNG logo with an alpha channel
  vector/diagram.svg           hand-written, unoptimized SVG
  styles/main.css              unminified stylesheet
  scripts/app.js               unminified script
  .assetoptrc                  the exact config used to produce the published numbers

Try it
------
  # install the CLI (or use: npx @assetopt/cli ...)
  npm install -g @assetopt/cli

  # from inside this folder:
  assetopt analyze .      # dry-run: see the savings, write nothing
  assetopt optimize .     # write optimized files to ./optimized/

The bundled .assetoptrc uses the "web-perf" preset, which converts JPEG to
WebP and routes PNG to WebP (opaque) or AVIF (transparent). Your originals are
never modified — results go to ./optimized/.

Credits & license
-----------------
  photos/*.jpg, photos/landscape-export.png
      Photographs via Lorem Picsum (https://picsum.photos), sourced from
      Unsplash. Unsplash License — free to use, no attribution required.
  icons/logo.png, vector/diagram.svg, styles/main.css, scripts/app.js
      Created for this pack. Public domain (CC0).
