Skip to content

Commit

Permalink
fix: Fix file name case problem
Browse files Browse the repository at this point in the history
fix: Fix file name case problem
  • Loading branch information
drawcall committed Dec 10, 2020
1 parent 0c924e8 commit 2faa7a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/node/subtitle.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const FFTween = require('../animate/tween');
const DateUtil = require('../utils/date');
const Timeline = require('../utils/timeline');
const Materials = require('../utils/materials');
const Utils = require('../utils/Utils');
const Utils = require('../utils/utils');
const {registerFont} = require('node-canvas-webgl');

const DIS = 40;
Expand Down
2 changes: 1 addition & 1 deletion lib/node/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
const FFNode = require('./node');
const Pool = require('../core/pool');
const Utils = require('../utils/Utils');
const Utils = require('../utils/utils');
const {Label} = require('spritejs');
const {registerFont} = require('node-canvas-webgl');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffcreator",
"version": "1.3.8",
"version": "1.3.9",
"description": "FFCreator is a lightweight and flexible short video production library",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 2faa7a4

Please sign in to comment.