Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theopenwebjp/js-classes

Collection of general JavaScript classes
https://github.com/theopenwebjp/js-classes

canvas classes dom javascript log stream

Last synced: about 21 hours ago
JSON representation

Collection of general JavaScript classes

Awesome Lists containing this project

README

        

# Description

* Set of JavaScript classes for general use.
* Shouldn't include anything too large(move to separate project).
* Shouldn't include anything too specialized(partition elsewhere as unlikely to be used in most cases).
* Should move into own project once gets of a substantial size.
* May have varying formats, as is an ungrouped collection of classes.

## Installation

```bash
npm install @theopenweb/js-classes
```

## Documentation

Generated documentation is accessible from: [/api_docs/modules.md](/api_docs/modules.md)

## Technical Info

All code has been converted to es6 modules.

## Standards

* "Manager" suffixed files have state.
* "Helper" suffixed files are static.

## Testing

```bash
npm run test
```

## Playground

```bash
npx http-server ./
# Go to http://localhost:8080/playground
```