harttle / liquidjs-section-tags

liquidjs plugin for theme sections: section, javascript, schema, stylesheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

liquidjs-section-tags (WIP)

liquidjs plugin for color filters, compatible with shopify color filters

Usage

npm i liquidjs-section-tags
import Liquid from 'liquidjs'
import { liquidSectionTags } from '../src/index.ts'

const liquid = new Liquid({ extname: '.liquid' })
liquid.plugin(liquidSectionTags({
  root: resolve(__dirname, './stub/sections')
}))

const html = await liquid.parseAndRender('{{ section "header" }}')

Contribution Guide

Any help will be appreciated.

About

liquidjs plugin for theme sections: section, javascript, schema, stylesheet

License:MIT License


Languages

Language:TypeScript 96.7%Language:Liquid 3.3%