1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

util/Pixi: import missing Util.to_px

This commit is contained in:
Sotiri Bakagiannis 2021-07-14 11:07:34 +01:00
parent f96cff27d3
commit 9992bbde93

View File

@ -8,6 +8,7 @@
*/
import * as PIXI from "pixi.js-legacy";
import { to_px } from "./Util.js";
/**
* Convert a position to a PIXI Point.