UNPKG

@tsparticles/updater-orbit

Version:

tsParticles particles orbit updater

9 lines (8 loc) 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OrbitType = void 0; var OrbitType; (function (OrbitType) { OrbitType["front"] = "front"; OrbitType["back"] = "back"; })(OrbitType || (exports.OrbitType = OrbitType = {}));