complynx / stddom

My modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stddom

This is a repo for my collection of modules I use in various projects. To use, just add:

<script type="module" src="https://complynx.net/modules/[module-of-choice].js">

or

import def_export as var1 from "https://complynx.net/modules/[module-of-choice].js";
import {other_func as var2} from "https://complynx.net/modules/[another-module].js";

This includes also third-party modules such as showdown.js, listed in _trig/update_modules.sh, all the modules are ES6.

The title of the repo goes back to a library, I created a long time ago. The most notable piece of which is createFragment from create_dom.js. It is extremely useful.

Some of the functions are documented, but most of them aren't, sorry.

About

My modules

License:Other


Languages

Language:JavaScript 98.7%Language:Shell 1.1%Language:HTML 0.2%