⚠️ Have you read the two pages before? If not, you should because I won't get back on what I said and these pages are SUPER important to understand DisplayJS, so definitely go check 😊
Installation
There are multiple ways of installing DisplayJS. Here are some by category:
Package manager
NPM:
Yarn:$ npm install display.js
Bower:$ yarn add display.js
$ bower install display.js
CDN
Currently, we have only 1 official CDN, if you guys want DisplayJS on cdnjs or other cdn, just send a mail to them because we currently don't have enough stars ⭐️ on GitHub.<script src="https://unpkg.com/display.js"></script>
Alternatives
Download the repo:$ git clone https://github.com/arguiot/DisplayJS
OR
Download files from the releases
Then:
After installing DisplayJS, read the basic page 😊.