This npm package provides functionality to connect with the LiteKart backend and can be used as services.
You can install the LiteKart utility npm package using npm:
npm i @misiki/litekart-utils
You can install the LiteKart npm package using pnpm:
pnpm i @misiki/litekart-utils
you can use this by importing services and then using the functions as needed
import {services} from '@misiki/litekart-utils'
const data = await services.CartServices.fetchCart(
...
)
We are in early phase of this npm package and needs contribution from the community.