https://github.com/narumincho/deno-https-import-test
https://github.com/narumincho/deno-https-import-test
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/narumincho/deno-https-import-test
- Owner: narumincho
- License: mit
- Created: 2022-12-08T12:54:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T03:03:08.000Z (over 3 years ago)
- Last Synced: 2025-01-23T10:30:46.885Z (over 1 year ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deno-https-import-test
## Deno で https から import しても動くモジュールにする
https://zenn.dev/narumincho/articles/231e1e5347fa9d
`./deno.png` を `./deno.png.json` に変換する
```ps1
deno run --allow-read=./deno.png --allow-write=./deno.png.json ./embedDenoPng.ts
```
動作確認 実行
```ps1
deno run --allow-net=:3000 ./start.ts
```