glitched-writer
Advanced tools
Comparing version 2.0.10 to 2.0.11
@@ -142,1 +142,2 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=char.js.map |
@@ -39,1 +39,2 @@ "use strict"; | ||
exports.default = default_1; | ||
//# sourceMappingURL=emiter.js.map |
@@ -236,1 +236,2 @@ "use strict"; | ||
exports.glitchWrite = glitchWrite; | ||
//# sourceMappingURL=index.js.map |
@@ -65,1 +65,2 @@ "use strict"; | ||
exports.default = Options; | ||
//# sourceMappingURL=options.js.map |
@@ -84,1 +84,2 @@ "use strict"; | ||
}; | ||
//# sourceMappingURL=presets.js.map |
@@ -41,1 +41,2 @@ "use strict"; | ||
exports.default = State; | ||
//# sourceMappingURL=state.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=types.js.map |
@@ -119,1 +119,2 @@ "use strict"; | ||
exports.filterHtml = filterHtml; | ||
//# sourceMappingURL=utils.js.map |
{ | ||
"name": "glitched-writer", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "Glitched, text writing module. Highly customizable settings. Decoding, decrypting, scrambling, and simply spelling text.", | ||
@@ -25,5 +25,2 @@ "author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>", | ||
"@types/jsdom": "^16.2.7", | ||
"@types/lodash.findlastindex": "^4.6.6", | ||
"@types/lodash.flattendeep": "^4.4.6", | ||
"@types/lodash.sample": "^4.2.6", | ||
"@typescript-eslint/eslint-plugin": "^4.19.0", | ||
@@ -36,3 +33,3 @@ "@typescript-eslint/parser": "^4.19.0", | ||
"lodash.debounce": "^4.0.8", | ||
"lodash.flattendeep": "^4.4.0", | ||
"merge2": "^1.4.1", | ||
"nodemon": "^2.0.7", | ||
@@ -39,0 +36,0 @@ "parcel": "^2.0.0-beta.2", |
@@ -53,3 +53,3 @@ # Glitched Writer | ||
Download package through npm. | ||
Download and install with npm. | ||
@@ -60,4 +60,2 @@ ```bash | ||
Then import GlitchedWriter class in the JavaScript file. | ||
```js | ||
@@ -67,4 +65,10 @@ import GlitchedWriter from 'glitched-writer' | ||
Or use the CDN and attach this script link to your html document. | ||
Or use Skypack | ||
```js | ||
import glitchedWriter from 'https://cdn.skypack.dev/glitched-writer' | ||
``` | ||
Or use [JsDelivr](https://www.jsdelivr.com/package/npm/glitched-writer) and attach this script link to your html document. | ||
```html | ||
@@ -71,0 +75,0 @@ <script src="https://cdn.jsdelivr.net/npm/glitched-writer@2.0.10/lib/index.min.js"></script> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79226
14
27
334