README
Curveball New Package
This repository serves as the skeleton for all new Curveball packages.
Installation
npm install @curveball/new-package
Getting started
...
API
...
Automatically intercept Prefer-Push headers and handle them
<script type="module">
import curveballPushPromise from 'https://cdn.skypack.dev/@curveball/push-promise';
</script>
This repository serves as the skeleton for all new Curveball packages.
npm install @curveball/new-package
...
...