JSPM

ase-reader

0.0.5
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 2
    • Score
      100M100P100Q32335F
    • License MIT

    AseReader utility class for working with Adobe ASE files in TypeScript.

    Package Exports

    • ase-reader

    Readme

    ase-reader

    AseReader utility class for working with Adobe ASE files in TypeScript.

    Install

    npm install --save-dev ase-reader

    Usage

    import { AseReader } from "ase-reader";
    
    const aseReader = new AseReader(aseFile);
    
    const entries = aseReader.read();

    Development

    # Install dependencies
    npm install
    
    # Build
    npm run build

    License

    This is free software under the GPL-3.0 license. See LICENSE file for details.

    The code is copyleft - you can freely use and modify it, but any modifications must also be free software under the same terms.