Getting Started with Web Components

SvgIcon Webcomponent

Memory Icons can be used in conjunction with the SvgIcon Webcomponent. See the README in the repo for more usage information.

Basic Usage

  1. Install from NPM.

    npm install @pictogrammers/memory @jamescoyle/svg-icon
  2. Import into your project.

    <!doctype html> <html> <head> <script type="module"> import '@jamescoyle/svg-icon' </script> </head> <body> <svg-icon type="memory" path="M...z"></svg-icon> </body> </html>