mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 11:03:48 +01:00
import create text
This commit is contained in:
parent
ef76191141
commit
f79338d3c8
@ -6,6 +6,7 @@ import { pathToVectorPath } from '../utils/vectorUtils.js';
|
||||
import { CLIPPER_PRECISION } from '../constants/d2Constants.js';
|
||||
import { MAX_ANGLE } from '../constants/d3Constants.js';
|
||||
import { SHAPE_CACHE_LIMIT } from '../constants/general.js';
|
||||
import { createText } from '../utils/textUtils.js';
|
||||
|
||||
const HEART_BEZIER_PATH = [
|
||||
new Vector(0.0, -0.5),
|
||||
|
Loading…
Reference in New Issue
Block a user