Skip to content

Installation

Maingron edited this page Sep 12, 2022 · 1 revision

Snow.js Installation

To implement Snow.js onto a website, go to the end of your HTML and include it via a <script>-tag.

Recommended code to implement snow.js: <script src="snow.js" async charset="UTF-8"></script>

Make sure to copy snow.js into your website directory and check, if the link is right. If you want to modify the snow, you can do that by modifying the config section in snow.js

Clone this wiki locally