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.