2211.20.1 • Published 29 days ago

@spartacus-easy/snapchat-lens v2211.20.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
29 days ago

@spartacus-easy/snapchat-lens

Description

Spartacus library for Snapchat.

How to Install

  1. Add the library in the Spartacus project with the following command:

    yarn add @spartacus-easy/snapchat-lens
  2. Add the following to angular.json :

    {
      "projects": {
        "<app-name>": {
          "architect": {
            "build": {
              "options": {
                "assets": [
                  {
                    "glob": "**/*",
                    "input": "node_modules/@spartacus-easy/snapchat-lens/assets",
                    "output": "assets"
                  }
                ]
              }
            }
          }
        }
      }
    }

How to Use

The library can be included in the Spartacus project as follow:

import { SnapchatLensModule } from "@spartacus-easy/snapchat-lens";

@NgModule({
  imports: [
    ...
    SnapchatLensModule
  ],
})
2211.20.1

29 days ago

6.0.7

5 months ago

6.0.6

6 months ago

6.0.5

6 months ago

6.0.4

6 months ago

6.0.3

7 months ago

6.0.2

7 months ago

6.0.1

7 months ago

0.0.1

9 months ago