Skip to main content

Installation

The string-factory package is available via package managers, or CDNs.

Package managers

string-factory is available via Yarn on NPM.

Yarn

yarn add string-factory

NPM

npm install string-factory

CDN

Prefer to get your code from a script tag? No problem. Below are the latest versions of our CDN links on jsDeliver or UNPKG.

jsDeliver

<script src="https://cdn.jsdelivr.net/npm/string-factory/dist/index.js"></script>

UNPKG

<script src="https:///unpkg.com/string-factory/dist/index.js"></script>