bump worker ver
ci / build (push) Failing after 3s
Details
ci / build (push) Failing after 3s
Details
This commit is contained in:
parent
27c903755e
commit
b54d6eea9a
|
@ -15,8 +15,8 @@ export function rgbToHex(r: number, g: number, b: number): string {
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getStoryboard(imageFileOrUrl: string): Promise<string> {
|
export async function getStoryboard(imageFileOrUrl: string): Promise<string> {
|
||||||
let base = path.basename(imageFileOrUrl);
|
let { name } = path.parse(imageFileOrUrl);
|
||||||
let outputImagePath = getTmpFile(base);
|
let outputImagePath = getTmpFile(`${name}.png`);
|
||||||
let options = {
|
let options = {
|
||||||
input: imageFileOrUrl,
|
input: imageFileOrUrl,
|
||||||
output: outputImagePath,
|
output: outputImagePath,
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@futureporn/temporal-worker",
|
"name": "@futureporn/temporal-worker",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|
Loading…
Reference in New Issue