Skip to content

jonoward/plugin-text

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text

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

Basic Use

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

Unsupported syntax

// Do not do this
// Avoid curly brackets when using this plugin
import {myText} from './mytext.html!text';

About

Text plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.9%
  • HTML 36.1%