Function importAsProject

  • 将文件作为工程导入 Ae 中

    Parameters

    • file: LooseFile

    Returns _ItemClasses | null

    0.1.0

    const aepPath = _.createPath(_.pathDesktop.fsName, "Soil.aep");
    _.importAsProject(aepPath);
    // 结果:桌面 aep 文件被导入为工程。