@turajs/standards
v1.0.12
Published
Turajs Standards (SRC) tooling package
Downloads
12
Maintainers
Readme
@turajs/standards
This package implements all established Signum standards (SRC- Signum Request for Comments)
Installation
@turajs/standards
can be used with NodeJS or Web. Two formats are available
Using with NodeJS and/or modern web frameworks
Install using npm:
npm install @turajs/standards
or using yarn:
yarn add @turajs/standards
Using in classic <script>
Each package is available as bundled standalone library using UMD.
This way signumJS can be used also within <script>
-Tags.
This might be useful for Wordpress and/or other PHP applications.
Just import the package using the HTML <script>
tag.
<script src='https://cdn.jsdelivr.net/npm/@turajs/standards/dist/signumjs.standards.min.js'></script>
See more here: