![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Jeff converts Flash™ SWFs into a JSON/PNG format for high performance usage in HTML/JavaScript. The extracted content could be used to integrate Flash™ Animations in your game using your favorite HTML Game Engine.
Contains a variety of options to allow you to get performance where you need it:
Optimised speed performance:
Optimised memory performance:
Optimised ease of use:
Very good scalability: from both the command line as well as through the API, it can be used to do batch extraction on multiple SWFs.
Made at Wizcorp.
For command line usage:
npm install jeff -g
For API usage:
npm install jeff
Command line:
jeff -s mySwf.swf
API:
var jeff = require('jeff');
// Writing extracted data in current folder
var options = {
source: 'mySwf.swf',
outDir: '.'
};
jeff(options);
// Returning extracted data in a callback
var options = {
source: 'mySwf.swf',
returnData: true
};
jeff(options, function (error, stats, extractedData) {
// Uncovering conversion stats
var nbFilesConverted = stats.files;
var nbErrors = stats.errors;
// Fetching extracted data
var imageNames = extractedData.imageNames;
var image = extractedData.images;
var data = extractedData.data;
});
For contributors, see SWF File Format Specifications
FAQs
Extracts Json meta-data and images from a SWF Flash file.
We found that jeff demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.