roseboxlib

a library that contains:

usage

web development / any general enviroment

utils.js: https://kraxen72.github.io/roseboxlib/utils.js
roseboxlib.css https://kraxen72.github.io/roseboxlib/roseboxlib.css

importing

import js: <script type="text/javascript" src="https://kraxen72.github.io/roseboxlib/utils.js"></script>
import css in html: <link href="https://kraxen72.github.io/roseboxlib/roseboxlib.css" rel="stylesheet">
import css in css: @import url('https://kraxen72.github.io/roseboxlib/roseboxlib.css');

using nodejs

this repo is a fully functional npm package so you can just yarn add https://github.com/KraXen72/roseboxlib.git --save or npm i https://github.com/KraXen72/roseboxlib.git --save-dev

then just import the files from ./node_modules/roseboxlib depending on your enviroment
example: electron
const utils = require('./node_modules/roseboxlib/utils.js')