Skip to content

johnhenry/lib

Repository files navigation

⚠ This is very much a work in progress. ⚠

Standard Library

tl;dr skip straight to some demos

Site Map

  • search Search for modules
  • js Index of useful importable JavaScript modules
  • css Index of useful importable CSS modules
  • bash Index of useful Command Line Tools
  • html Index of useful HTML snippets
  • demos Demos using the above modules

About

This is as collection of tools and components that I have created.

By publishing them here, I also hope that you will be able to use them too!

Everything is written in uncompliled JavaScript and CSS to make it easy to pull into your own projects.

No need to host your own infrastructure -- import* projects into many hosted services including:

* If a service does not allow you to use the import keyword within its JavaScript panel, try using a script tag within the HTML.

Pull in libraries hosted in other repositories including:

Everything is still in the early stages, but I'm working to make everything accessible to the average user!

I'll try not to break anything, but, but UNTIL A MODULE'S VERSION IS 1.0.0 or greater, IT SHOULD BE CONSIDERED UNSTABLE

(and nothing in this repo is there stable. See consistency notes notes).

Source

Published

GitHub last commit (dist)

Publish

Source

Test Code

Project

Discussion

Issues

MIT License

Copyright (c) 2021 John Henry

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.