|
3 years ago | |
---|---|---|
.. | ||
demo/postBridge | 3 years ago | |
dist | 3 years ago | |
src/js | 3 years ago | |
test | 3 years ago | |
.eslintrc.js | 3 years ago | |
ISSUE_TEMPLATE.md | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
bower.json | 3 years ago | |
jsdoc.conf.json | 3 years ago | |
karma.conf.js | 3 years ago | |
package.json | 3 years ago | |
webpack.config.js | 3 years ago |
tui-code-snippet
is group of utility methods to make ease with developing javascript applications.
It includes several features like class simulation
, browser detecting
, type checking
and +30 more.
tui-code-snippet
supports IE8+ and modern browsers and already has been used for open source javascript components and many commercial projects in NHN corporation.
npm
Install the latest version using npm
command:
$ npm install tui-code-snippet --save
or want to install the each version:
$ npm install tui-code-snippet@<version> --save
To access as module format in your code:
var util = require('tui-code-snippet');
bower
Install the latest version using bower
command:
$ bower install tui-code-snippet
or want to install the each version:
$ bower install tui-code-snippet#<tag>
To access as namespace format in your code:
var util = tui.util;