Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyrodium/desmos-text-io
A browser extension to import/export desmos graphs in json format
https://github.com/hyrodium/desmos-text-io
chrome chrome-extension desmos firefox-extension
Last synced: 2 months ago
JSON representation
A browser extension to import/export desmos graphs in json format
- Host: GitHub
- URL: https://github.com/hyrodium/desmos-text-io
- Owner: hyrodium
- License: mit
- Created: 2022-08-05T15:50:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T15:53:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T23:29:00.518Z (3 months ago)
- Topics: chrome, chrome-extension, desmos, firefox-extension
- Language: JavaScript
- Homepage:
- Size: 421 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Desmos Text I/O
A browser extension to import/export desmos graphs in JSON format
**Demo on YouTube**:\
[![Preview on YouTube](https://img.youtube.com/vi/cwNIwvL-a2U/0.jpg)](https://www.youtube.com/watch?v=cwNIwvL-a2U)This extension enables the import/export of desmos graphs in JSON format. With this feature, you will have the following benefits:
* Customize your graphs (more colors, high-resolution images)
* Save your graphs locally as text files.
* Create desmos graphs in JSON format from other software.## Installation
* [Chrome Web Store](https://chrome.google.com/webstore/detail/desmos-text-io/ndjdcebpigpfidnilppdpcdkibidfmaa)
* [Firefox ADD-ONS](https://addons.mozilla.org/en-US/firefox/addon/desmos-text-i-o/)## Development
The following command creates `dist` and `extension.zip`.
```
git clone https://github.com/hyrodium/DesmosTextIO
cd DesmosTextIO
npm install
npm run build
```To try the dev-version extension, load the `dist` directory (or `dist/manifest.json` file) from your browser.
`extension.zip` will be used to register the extension to the Chrome Web Store or Firefox ADD-ONS.## Working with other tools
* [Desmos.jl](https://github.com/hyrodium/Desmos.jl)
* A Julia package to generate Desmos script (JSON) with Julia language.Please send a PR updating the above list if you have other tools that can export Desmos scripts!