tizen-tv-webapis
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "tizen-tv-webapis", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This package is for supporting Samsung TV Product API as commonjs style", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,4 +0,4 @@ | ||
# @tizentv/tizen-tv-webapis | ||
# tizen-tv-webapis | ||
`@tizentv/tizen-tv-webapis` package is for supporting [Samsung TV Product API](https://developer.samsung.com/smarttv/develop/api-references/samsung-product-api-references.html) as `commonjs` style. | ||
`tizen-tv-webapis` package is for supporting [Samsung TV Product API](https://developer.samsung.com/smarttv/develop/api-references/samsung-product-api-references.html) as `commonjs` style. | ||
Now we are supporting it for Typescript developers. | ||
@@ -27,3 +27,3 @@ Please note that, In order to use this pacakge, `@types/tizen-tv-webapis` is required. | ||
```sh | ||
npm install @tizentv/tizen-tv-webapis | ||
npm install tizen-tv-webapis | ||
``` | ||
@@ -38,3 +38,3 @@ | ||
// js | ||
const avinfo = require('@tizentv/tizen-tv-webapis'); | ||
const avinfo = require('tizen-tv-webapis'); | ||
const { getVersion, getDolbyDigitalCompMode, isHdrTvSupport } = avinfo; | ||
@@ -48,3 +48,3 @@ | ||
```sh | ||
npm install @tizentv/tizen-tv-webapis | ||
npm install tizen-tv-webapis | ||
npm install @types/tizen-tv-webapis | ||
@@ -60,3 +60,3 @@ ``` | ||
// ts | ||
import { avinfo } from '@tizentv/tizen-tv-webapis'; | ||
import { avinfo } from 'tizen-tv-webapis'; | ||
const { getVersion, getDolbyDigitalCompMode, isHdrTvSupport } = avinfo; | ||
@@ -63,0 +63,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75821