@blackcart/base
v0.1.41
Published
Base SDK package for integrating Blackcart to your Javascript based storefront
Downloads
149
Readme
Blackcart Base package
This package allows you to integrate your Javascript storefront with Blackcart service to enable Try before you buy experience.
Base package provides interface for using @blackcart/core features on any type of Javascript-driven storefronts.
Getting started
import { BaseBlackcart } from '@blackcart/base';BaseBlackcart is a JavaScript class that contains methods used to interact with Blackcart. It should be imported anywhere that Blackcart interaction is required.
