social-graphics-library
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -0,0 +0,0 @@ import "./dist/sgl.bundle.js"; |
{ | ||
"name": "social-graphics-library", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A script for generating social media logos and banners", | ||
"scripts": { | ||
"dev:build": "webpack", | ||
"dev:deploy": "npm run version:update && npm run dev:build && npm run dev:test", | ||
"dev:deploy": "npm install && npm run version:update && npm run dev:build && npm run dev:test", | ||
"dev:run": "webpack serve", | ||
"dev:test": "node tests", | ||
"version:update": "version.sh", | ||
"prod:deploy": "npm run version:update && npm run dev:build && npm run dev:test && npm publish" | ||
"prod:deploy": "npm run dev:deploy && npm publish" | ||
}, | ||
@@ -59,2 +59,2 @@ "main": "./dist/sgl.bundle.js", | ||
"dependencies": {} | ||
} | ||
} |
@@ -45,3 +45,4 @@ # Languages | ||
containerId: 'img-container-2', | ||
imgMode: 'jpeg' | ||
imgMode: 'jpeg', | ||
generateLink: true | ||
}] | ||
@@ -79,2 +80,7 @@ | ||
- Generate Link | ||
- Dieser alternative Modus sorgt für das automatische rendern eines Download Links | ||
- true | ||
- false | ||
### Templates | ||
@@ -156,3 +162,4 @@ | ||
containerId: 'img-container-2', | ||
imgMode: 'jpeg' | ||
imgMode: 'jpeg', | ||
generateLink: true | ||
}] | ||
@@ -190,2 +197,7 @@ | ||
- Generate Link | ||
- This alternative mode ensures the automatic rendering of a download link | ||
- true | ||
- false | ||
### Templates | ||
@@ -192,0 +204,0 @@ |
@@ -0,0 +0,0 @@ import { Elevate_Template } from "../template/elevate-title.template"; |
@@ -0,0 +0,0 @@ import { False_Template } from "../template/false.template"; |
@@ -0,0 +0,0 @@ import Call from "./model/call"; |
@@ -0,0 +0,0 @@ export default interface Call { |
@@ -7,3 +7,3 @@ export class Info { | ||
*/ | ||
private readonly _version: string = "1.4.0" | ||
private readonly _version: string = "1.4.1" | ||
@@ -10,0 +10,0 @@ /** |
@@ -0,0 +0,0 @@ //#region setup |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ const path = require('path'); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5422915
237