pixelcdn
v1.5.0
Published
A collection of images
Readme
PixelCDN
A collection of images
Usage
UNPKG
You can embed an image using the UNPKG CDN by linking to the image file directly:
To display an image, you can use HTML tags as well:
<img src="https://unpkg.com/pixelcdn@latest/public/image/google-cloud.svg" alt="image" title="Google Cloud" width="100" loading="lazy" />jsDelivr
Similarly, use jsDelivr to embed the image:
For HTML display with jsDelivr:
<img src="https://cdn.jsdelivr.net/npm/pixelcdn@latest/public/image/jquery.svg" alt="image" title="jQuery" width="100" loading="lazy" />List of Images 
You can view the list of all available images in the images.json file hosted on the CDNs:
UNPKG
jsDelivr
The images.json file contains a mapping of image filenames to their respective URLs hosted on UNPKG or jsDelivr. You can use this file to programmatically access the image links.
Example of images.json Data
{
"image1.png": "https://unpkg.com/pixelcdn@latest/public/image/image1.png",
"image2.jpg": "https://unpkg.com/pixelcdn@latest/public/image/image2.jpg"
}