/svg-icon-stress-test

Test page accompanying an article about performance of way too many SVG icons at once.

Primary LanguageJavaScriptMIT LicenseMIT

SVG Icon Stress Test

Netlify Status

For context, read the accompanying article: Which SVG technique performs best for way too many icons?

Getting started

  1. Install dependencies: npm ci
  2. Build assets and start server: npm start
  3. Navigate to one of the URLs output in Terminal.

If you encounter errors or issues, make sure your Node.js version satisfies this project's .nvmrc file. If you have nvm installed, you can run nvm use to get in sync.

Customizing icons

If you'd like to run the stress test with a different set of icons, you can do so by adding SVG files to the icons directory.

Credits