2211.41.2 • Published 1 month ago

@spartacus-easy/snapchat-lens v2211.41.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 month 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.32.1

5 months ago

2211.39.0

1 month ago

2211.39.1

1 month ago

2211.41.2

1 month ago

2211.20.2

1 year ago

2211.20.1

1 year ago

6.0.7

2 years ago

6.0.6

2 years ago

6.0.5

2 years ago

6.0.4

2 years ago

6.0.3

2 years ago

6.0.2

2 years ago

6.0.1

2 years ago

0.0.1

2 years ago