1.0.4 • Published 2 months ago

@jsep-plugin/template v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

npm size

@jsep-plugin/template

A JSEP plugin for adding template literal expression support. Allows expressions of the form:

jsep('`hi ${name}`');
jsep('msg`hi ${name}`');

Install

npm install @jsep-plugin/template
# or
yarn add @jsep-plugin/template

Usage

import jsep from 'jsep';
import jsepTemplateLiteral from '@jsep-plugin/template';
jsep.plugins.register(jsepTemplateLiteral);

Meta

LICENSE (MIT)

1.0.4

2 months ago

1.0.3

10 months ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago