Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Matt-DESTROYER/CDN

Repository files navigation

CDN

A repository to access JavaScript frameworks/files externally. CDN stands for Content Distribution Network, this repository acts as a CDN for my frameworks/JavaScript files. Alternatively you can download the files and manually include them in your project. (This means you will either not receive updates or have to download the updated version each time an update is made to a file.)

Now fully open-source; code is no longer minified/obfuscated!

JavaScript

  • 2DGameEngine.js <script type="text/javascript" src="https://Matt-DESTROYER.github.io/CDN/JS/2DGameEngine/2DGameEngine.js"></script>
  • BouncingParticles.js <script type="module">import initParticles from "https://Matt-DESTROYER.github.io/CDN/JS/BouncingParticles/BouncingParticles.js";</script>
  • DOMLib.js <script type="text/javascript" src="https://Matt-DESTROYER.github.io/CDN/JS/DOMLib/lib.js"></script>
  • Fraction.js <script type="text/javascript" src="https://Matt-DESTROYER.github.io/CDN/JS/Fraction/Fraction.js"></script>
  • Markdown.js <script type="text/javascript" src="https://Matt-DESTROYER.github.io/CDN/JS/Markdown/Markdown.js"></script>
  • Platformer.js <script type="text/javascript" src="https://Matt-DESTROYER.github.io/CDN/JS/Platformer/Platformer.js"></script>
  • Randomiser.js <script type="text/javascript" src="https://Matt-DESTROYER.github.io/CDN/JS/Randomiser/Randomiser.js"></script>
  • StringNumber.js <script type="text/javascript" src="https://Matt-DESTROYER.github.io/CDN/JS/StringNumber/StringNumber.js"></script>
  • Test.js <script type="text/javascript" src="https://Matt-DESTROYER.github.io/CDN/JS/Test/Test.js"></script>
  • Tokeniser.js <script type="text/javascript" src="https://Matt-DESTROYER.github.io/CDN/JS/Tokeniser/Tokeniser.js"></script>
  • Input.js <script type="text/javascript" src="https://Matt-DESTROYER.github.io/CDN/JS/Input/Input.js"></script>
  • CanvasUI.js <script type="text/javascript" src="https://Matt-DESTROYER.github.io/CDN/JS/CanvasUI/CanvasUI.js"></script>
  • Point.mjs import Point from "https://Matt-DESTROYER.github.io/CDN/JS/Classes/Point.mjs";
  • Line.mjs import Line from "https://Matt-DESTROYER.github.io/CDN/JS/Classes/Line.mjs";
  • Polygon.mjs import Polygon from "https://Matt-DESTROYER.github.io/CDN/JS/Classes/Polygon.mjs";
  • Rectangle.mjs import Rectangle from "https://Matt-DESTROYER.github.io/CDN/JS/Classes/Rectangle.mjs";

CascadingStyleSheets

  • BlackGold.css <link rel="stylesheet" type="text/css" href="https://Matt-DESTROYER.github.io/CDN/CSS/BlackGold/BlackGold.css" />
  • CodeBlocks.css <link rel="stylesheet" type="text/css" href="https://Matt-DESTROYER.github.io/CDN/CSS/CodeBlocks/CodeBlocks.css" />

About

A CDN to access files externally.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •