@snowplow/signals-core
v0.2.0
Published
[](https://opensource.org/license/apache-2-0) [](https://www.npmjs.com/packag
Readme
Snowplow Signals JavaScript Core
This is the Snowplow Signals core for JavaScript SDKs. You would use this only if you want to extend the available packages or integrate with an environment we not yet support.
Installation
npm i @snowplow/signals-core
# or
yarn add @snowplow/signals-core
# or
pnpm i @snowplow/signals-coreExtending
Every new package/implementation should extend from SignalsCore and implement the required functionality to work properly in the target environment. An example can be seen in the Node.js implementation.
