Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@babylonjs/serializers

Package Overview
Dependencies
Maintainers
1
Versions
785
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babylonjs/serializers

To install using npm:

Source
npmnpm
Version
9.6.2
Version published
Weekly downloads
36K
44.36%
Maintainers
1
Weekly downloads
 
Created
Source

Babylon.js Serializers

Installation

To install using npm:

npm install @babylonjs/core @babylonjs/serializers

Usage

Import and use in your project:

import { GLTF2Export } from "@babylonjs/serializers/glTF";

GLTF2Export.GLTFAsync(scene, "fileName").then((gltf) => {
    gltf.downloadFiles();
});

For more information, see the ES6 support documentation and the glTF exporter documentation.

Keywords

3D

FAQs

Package last updated on 08 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts