darkMode

The Snippet Library
for Everyone,

Snippet.js is an easy to use library for displaying code. Built for Everyone

Easy to use,

Import the Javascript

<script src="https://cdn.jsdelivr.net/gh/RoboSapiens2021/snippet.js/highlight.js</script>

Import the CSS

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/RoboSapiens2021/snippet.js/style.css">

Create the Snippet

<div id="code" class="code code-wrapper"> </div>

Aaannd your done!

Well, almost. Look at the github for more!