social-graphics-library
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "social-graphics-library", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "A script for generating social media logos and banners", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -103,6 +103,4 @@ # Languages | ||
import Template from "../model/templateBase"; | ||
export class Example_Template { | ||
export class Example_Template extends Template { | ||
static readonly width: number = 1000; | ||
@@ -214,3 +212,3 @@ | ||
--- | ||
### Inject Template (Experimentelles Feature) | ||
### Inject Template (Experimental Feature) | ||
@@ -234,6 +232,4 @@ As an alternative to forking the project, it is possible to inject your own templates locally. To do this, simply install the NPM package with `npm i social-graphics-library`, then after the initialization a template can be injected with the following method: | ||
import Template from "../model/templateBase"; | ||
export class Example_Template { | ||
export class Example_Template extends Template { | ||
static readonly width: number = 1000; | ||
@@ -240,0 +236,0 @@ |
@@ -7,3 +7,3 @@ export class Info { | ||
*/ | ||
private readonly _version: string = "1.5.0" | ||
private readonly _version: string = "1.5.1" | ||
@@ -10,0 +10,0 @@ /** |
Sorry, the diff of this file is too big to display
5429214
260