JSPM

mela-decoder

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q29617F
  • License MIT

Decode recipe files exported from the iOS app Mela

Package Exports

  • mela-decoder

Readme

Mela Decoder

A simple package to decode exported recipe files (of type .melarecipe and .melarecipes) from the iOS recipe app Mela.

Installation

# npm
npm install package

# yarn
yarn add package

# pnpm
pnpm install package

Usage

import Recipes, { Recipe } from "mela-decoder"

let recipes = (await Recipes.readFromFile("./Recipes.melarecipes")) as Recipe[]
await Recipes.writeToDir("../Desktop", recipes)

License

Published under the MIT License.