carbone-sdk-js
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "carbone-sdk-js", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "The javascript SDK to use Carbone Render easily ", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/carboneio/carbone-sdk-js", |
@@ -1,8 +0,8 @@ | ||
# Carbone Render Javascript SDK | ||
# Carbone Cloud API Javascript SDK | ||
![GitHub release (latest by date)](https://img.shields.io/github/v/release/carboneio/carbone-sdk-js?style=for-the-badge) | ||
[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg?style=for-the-badge)](./API-REFERENCE.md) | ||
The javascript SDK to use Carbone Render easily into your frontend (Angular, Vuejs, Svelte, React, Ember.js...). | ||
The javascript SDK to use Carbone Cloud easily into your frontend (Angular, Vuejs, Svelte, React, Ember.js...). | ||
> Carbone is a report generator (PDF, DOCX, XLSX, ODT, PPTX, ODS, XML, CSV...) using templates and JSON data. | ||
> Carbone is a document generator (PDF, DOCX, XLSX, ODT, PPTX, ODS, XML, CSV...) using templates and JSON data. | ||
[Learn more about the Carbone ecosystem](https://carbone.io/documentation.html). | ||
@@ -26,3 +26,3 @@ | ||
import carboneSDK from "carbone-sdk-js"; | ||
// SDK constructor, the access token have to be passed as an argument to carboneRenderSDK | ||
// SDK constructor, pass your private API key as the first argument | ||
const _carboneService = carboneSDK("eyJhbGc..."); | ||
@@ -29,0 +29,0 @@ // Template from a file input OR template ID |
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
58412