is-pptx

0.0.2 • Public • Published

is-pptx

Detect pptx file type from buffer

Install

npm install is-pptx

Usage

const fs = require('fs');
const isPptx = require('is-pptx');
 
const file = fs.readFileSync('example.pptx');
 
console.log(isPptx(file)); // > true

Readme

Keywords

Package Sidebar

Install

npm i is-pptx

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • overra