Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/theopenwebjp/js-classes
- Owner: theopenwebjp
- License: mit
- Created: 2017-12-13T18:37:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T11:45:19.000Z (7 months ago)
- Last Synced: 2024-11-07T11:49:40.624Z (13 days ago)
- Topics: canvas, classes, dom, javascript, log, stream
- Language: JavaScript
- Size: 744 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```