@shopify/theme-images

A library that helps with basic image operations within Shopify Themes

Usage no npm install needed!

<script type="module">
  import shopifyThemeImages from 'https://cdn.skypack.dev/@shopify/theme-images';
</script>

README

@shopify/theme-images

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-images

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

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