# systemjs-plugin-text

> text ===========

Latest version **0.0.11** (published 2017-06-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install systemjs-plugin-text
pnpm add systemjs-plugin-text
yarn add systemjs-plugin-text
bun add systemjs-plugin-text
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.11 |
| Published | 2017-06-10 |
| First published | 2016-05-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 44 |
| Maintainers | guybedford |

## Links

- npm: https://www.npmjs.com/package/systemjs-plugin-text
- Repository: https://github.com/systemjs/plugin-text
- Issues: https://github.com/systemjs/plugin-text/issues
- npm.io page: https://npm.io/package/systemjs-plugin-text

## Recent versions

- 0.0.11 (latest) — 2017-06-10
- 0.0.10 — 2017-06-09
- 0.0.9 — 2016-09-06
- 0.0.8 — 2016-05-03

## README

text
===========

SystemJS's text loading plugin. Text is loaded from the file into the variable as a string.

Installing
---

For SystemJS use, locate `text.js` in the application, and then locate it with map configuration:

```javascript
System.config({
  map: {
    text: 'path/to/text.js'
  }
});
```

For installing with jspm, run `jspm install text`.

Basic Use
---

```javascript
import myText from './mytext.html!text';
```

---
_Source: https://npm.io/package/systemjs-plugin-text · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
