Link Preload

Preload resources link.


Instalation

Node Package Manager

NPM is the package manager for Node.js. It was created in 2009 as an open source project to help JavaScript developers easily share packaged modules of code.

The NPM Registry is a public collection of packages of open-source code for Node.js, front-end web apps, mobile apps, robots, routers, and countless other needs of the JavaScript community.

NPM is the command line client that allows developers to install and publish those packages.

npm install link-preload

Please see NPM for more information.

Content Delivery Network

A content delivery network (CDN) refers to a geographically distributed group of servers which work together to provide fast delivery of Internet content.

jsDelivr

jsDelivr is a public, open-source CDN (Content Delivery Network) developed by Dmitriy Akulov and Prospect One, focused on performance, reliability, and security. It is free to use for everyone, with no bandwidth limits.

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/link-preload@latest/link-preload.min.js"></script>

unpkg

unpkg is a fast, global content delivery network for everything on npm.

<script type="text/javascript" src="https://unpkg.com/link-preload@latest/link-preload.js"></script>

Support