@seanmcp/demo

Shared styles for demo pages

Usage no npm install needed!

<script type="module">
  import seanmcpDemo from 'https://cdn.skypack.dev/@seanmcp/demo';
</script>

README

Demo Shared

Shared styles for demo pages

Install

Install the dependency:

npm i @seanmcp/demo

Add the CSS and favicon to the <head> of the document:

<link rel="stylesheet" href="./node_modules/@seanmcp/demo/shared.css">
<link rel="shortcut icon" href="./node_modules/@seanmcp/demo/favicon.svg" type="image/svg">

Add the following script tag to the bottom of your document:

<script src="./node_modules/@seanmcp/demo/shared.js"></script>