Installation
For browsers it is recommended to use the
stampit
module. It's a small (1.5KB gzipped) and browser optimized. Also, it will work in other JavaScript environments and ES5-compatible engines.npm i -S stampit
bower install stampit=https://npmcdn.com/[email protected]
bower install stampit=https://unpkg.com/[email protected]
bower install stampit=https://cdn.jsdelivr.net/npm/[email protected]
Use any of the links above. For example:
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
The above will automatically install stampit to
window.stampit
.The
stampit
v4 is compatible with any EcmaScript 5 environment, including IE9.For node.js it is recommended to use the
@stamp/it
module. Its source code is more readable than stampit
module, so you can easily debug its internals if needed. In addition, it will work in any other ES5-compatible JavaScript environments.npm i -S @stamp/it
The
@stamp/it
is compatible with any EcmaScript 5 environment, including Node.js v0.1. However, some of the Ecosystem modules are ES6 only.Last modified 3yr ago