@jsep-plugin/template
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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)

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i @jsep-plugin/template

    Weekly Downloads

    4,342

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    41.1 kB

    Total Files

    15

    Last publish

    Collaborators

    • 6utt3rfly
    • leaverou
    • smekkie
    • soney