Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jscad/amf-serializer

Package Overview
Dependencies
Maintainers
3
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jscad/amf-serializer

Amf serializer for jscad project

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
345
increased by18.56%
Maintainers
3
Weekly downloads
 
Created
Source

@jscad/amf-serializer

amf serializer for the jscad project (from CSG)

GitHub version Build Status

Overview

This serializer outputs a 'blobable' array of data (from a CSG object) ie an array that can either be passed directly to a Blob (new Blob(blobable)) or converted to a Node.js buffer.

Table of Contents

Installation

npm install @jscad/amf-serializer

Usage

const amfSerializer = require('@jscad/amf-serializer')

const rawData = amfSerializer(CSGObject)

//in browser (with browserify etc)
const blob = new Blob(rawData)

Contribute

For questions about the API, please contact the User Group

PRs accepted.

Small Note: If editing this README, please conform to the standard-readme specification.

License

The MIT License (MIT) (unless specified otherwise)

Keywords

FAQs

Package last updated on 10 Oct 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc