4.0.0 • Published 5 years ago

file-url v4.0.0

Weekly downloads
127,915
License
MIT
Repository
github
Last release
5 years ago

file-url

Convert a file path to a file url: unicorn.jpgfile:///Users/sindresorhus/unicorn.jpg

Install

$ npm install file-url

Usage

import fileUrl from 'file-url';

fileUrl('unicorn.jpg');
//=> 'file:///Users/sindresorhus/dev/file-url/unicorn.jpg'

fileUrl('/Users/pony/pics/unicorn.jpg');
//=> 'file:///Users/pony/pics/unicorn.jpg'

fileUrl('unicorn.jpg', {resolve: false});
//=> 'file:///unicorn.jpg'

API

fileUrl(filePath, options?)

Returns the filePath converted to a file URL.

filePath

Type: string

File path to convert.

options

Type: object

resolve

Type: boolean\ Default: true

Passing false will make it not call path.resolve() on the path.

Related

@leesiwoo/fca-horizon-remakeapka-papa-kojacapture-creativequire-clizx-editly@behamics/screenshot-website-fastoutput-service@infinitebrahmanuniverse/nolb-file-fca-s3x-6x-officiallmr-koja-akfca-badolfca-farebi-remakefca-amir-remakejordan-amir@everything-registry/sub-chunk-1665fca-project-cybernguyenblue-maraifca-pretest1svg2pngsvg2png-es5web-ext-translatorthaithuanthe-test-fcathinhdevthinhdev-meta-apithumbsupplyvisreg-staticvantienvideo-editlyfca-project-imranfca-imran-remakefca-horidai-remasteredisoykh-svg2pngiconduitinfusion-electronhyperamphyper-image-cursorgulp-mocha-chromegulp-axe-coregulp-axe-webdrivergulp-flowcheckgulp-jasmine-phantom-vetonheyoohandzharviewer-screenshothbdhengistinopen-testlets-validate-a11ylibre-office-flashcardslive-wallpaper-ecorpmarkdown-it-mermaid-promd-links-giselleking-boymd2gslidesmd2imgmdpdfmdpdf_jmsolargraph-utils@w4rlock/semantic-release-monorepo@wescpy/md2gslides@thoughtsunificator/puppeteer-cli@types/file-url@tonytangdev/editly@testomatio/reporter@yocode/stacksaardvark-cliasciidoctor-pdfasciidoctor-pdf-upgraded-pagedapertureappcd-dump-viewerapi-prem-babu@nteract/mythic-windowing@ospsuite/markdown-joiner@pawanpaudel93/single-file@i2analyze/create-connector@i2analyze/create-i2connect-server@nithin1712/aperture@insomnia-dev/convert-svg-core@iconduit/iconduit@ioffice/svg2pnggenerator-yfiles-appgenerator-camel-projectgars_v2fusionexport-cli@shivanshs9/puppeteer-pdf@stryker-mutator/coredynotypedudumax-palindromeeditlyeditly-fastereditlywnelm-example-publisherelm-lspfca-abdullah-apifca-adonisfca-alicefca-boomfca-chat2-zach
4.0.0

5 years ago

3.0.0

7 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.1.0

10 years ago

1.0.1

11 years ago

1.0.0

11 years ago

0.1.0

12 years ago