Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 370 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 370 Bytes

@shopify/theme-rte

Getting Started

Theme Scripts can be used in any theme project. To take advantage of semantic versioning and easy updates, we recommend using NPM or Yarn to include them in your project:

yarn add @shopify/theme-rte

and then import the functions you wish to use through ES6 imports:

import * as rte from '@shopify/theme-rte';