2021-01-01から1ヶ月間の記事一覧

VueJS: Computed property "hoge" was assigned to but it has no setter

環境: vue@2.6.12 computed propertyをメソッドで直接定義し直したら Computed property "hoge" was assigned to but it has no setter とエラー computed property を再定義する場合、あらかじめ該当するproperty に setter, getter を設定しておく必要が…

fengyuanchen / compressorjs を使用して画像を圧縮してからnhn / tui.image-editorでキャンバスエディターを読み込む

背景: サイズの大きな画像をtui editor で読み込むとCPUスペックの低いモバイル端末でFilterの適用パフォーマンスが致命的に悪かったため、editor読み込み前に画像を圧縮する必要が生じた。 環境: compressorjs@1.0.7 tui.image-editor@3.11.0 onFileChang…